Running an Automation
Start flow run
This endpoint is used to trigger a flow run via API
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The id for the saved flow.
The id for the user initiating the flow.
A list of inputs for the flow, each containing key-value pairs representing the Input nodes and values that should go into them.
(Optional) The id of the project within which the flow is executed.