- API (Single Endpoint) - Synchronous execution for simple flows that complete within 30 seconds. Not recommended for complex or long-running flows.
- Background Task - Asynchronous execution with two endpoints (/start and /status) for long-running tasks. Maximum execution time: 2700 seconds (45 minutes). Recommended for most use cases.
- Cron Job - Schedule flows to execute automatically at specified intervals directly on the platform.
Enabling a Trigger as API
To enable a trigger as an API:- Open the Edit Trigger modal.
- Select an workflow type (API, Background Task, or Cron Job).
- Select an Integration from the Integration Funnel (if applicable).
- Select the flow to trigger.
- Save the trigger configuration.
- Update the build with the new trigger version.
- DEV
- UAT
- PROD
Authentication
All API requests must include a valid Bearer Token in theAuthorization header. The API key is configured at the workspace level.