Skip to main content
An automation combines instructions with a trigger. Configure it in Flow, send an event, and use the API to track the resulting runs.

Choose a trigger

Integrations connect external apps to Flow. Automations define the work Flow runs when an event arrives.

Set up and run

  1. Set up a webhook automation: configure its instructions and name, then send a JSON event.
  2. Trigger and poll automations: start runs asynchronously, store their IDs, and read the results.
  3. Use the endpoint reference for complete request and response schemas.
A trigger request matches automations by source. One request can start multiple runs. Include project_id to target the intended project, and track each returned agent_id separately.

Automation endpoints

All automation endpoints remain in Endpoints. These guides explain how to use them together.