...
Panel |
---|
panelIconId | atlassian-note |
---|
panelIcon | :note: |
---|
bgColor | #DEEBFF |
---|
|
Summary: Applications are used to store API credentials, and let you use a simplified middle layer for working with external APIs. To create an integration you must first register the applications that you want to integrate with. Blocks are modular pieces of code, used to build workflows. By combining ready-made or custom code blocks you will be able to quickly develop the integration logic you want. Workflows are integrations, made out of blocks. Workflows can be scheduled to run at given intervals, and they can be turned into templates for easy setup.
In short, workflows are made up of blocks which fetch data using apps registered in the user account. |
...
Topics covered:
Table of Contents |
---|
minLevel | 1 |
---|
maxLevel | 7 |
---|
Applications
If you have worked with APIs before, you will know that it can be challenging to manually handle API authentication, safe storage of credentials, for multiple clients, refreshing of session tokens, API changes, OAuth, etc.
...