Integrations
Integrations let you package a workflow as a reusable block and share it with your team or organisation. Once installed, an integration appears in the Custom tab of the Toolbox and can be dropped into any workflow like a native node.
How integrations work
An integration wraps an existing workflow. When another workflow calls the integration:
- The parent workflow pauses at the Integration node.
- The integration's sub-workflow executes in the background, receiving the inputs defined in the integration's schema.
- The output produced by the integration's Output node is returned to the parent workflow.
- The parent workflow resumes from where it paused.
The integration lifecycle
Create → Publish Version → Install → Use in workflow
| Step | Where |
|---|---|
| Create | Integrations → My Integrations |
| Publish | My Integrations → Publish Version |
| Install | Integrations → Store |
| Use | Workflow editor → Toolbox → Custom tab |
Visibility scopes
When creating an integration, you choose who can see and install it:
| Scope | Visible to |
|---|---|
| Private | Only you |
| Organisation | All users in your tenant |
| Public | Everyone |