Skip to main content

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:

  1. The parent workflow pauses at the Integration node.
  2. The integration's sub-workflow executes in the background, receiving the inputs defined in the integration's schema.
  3. The output produced by the integration's Output node is returned to the parent workflow.
  4. The parent workflow resumes from where it paused.

The integration lifecycle

Create → Publish Version → Install → Use in workflow
StepWhere
CreateIntegrations → My Integrations
PublishMy Integrations → Publish Version
InstallIntegrations → Store
UseWorkflow editor → Toolbox → Custom tab

Visibility scopes

When creating an integration, you choose who can see and install it:

ScopeVisible to
PrivateOnly you
OrganisationAll users in your tenant
PublicEveryone

Sections