v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBCloudFlow
Trigger a webhook flow
Triggers execution of a published CloudFlow whose first node is a webhook trigger. The request body must be valid JSON and is passed to the flow as webhook payload data.
post/cloudflow/v1/trigger/{flowId}
Path parameters
flowIdstring required
The unique ID of the published CloudFlow to trigger.
Request body
object required
Arbitrary JSON payload delivered to the webhook trigger node.
Response
Accepted - CloudFlow execution started.
Example response
{
"executionLink": "https://console.doit.com/customers/customer-id/cloudflow/history/execution-id"
}