v1

latestOpenAPI 3.0.12026-07-26152262362.2 KB
CloudFlow

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.

executionLinkstring required

Console URL for the started CloudFlow execution history entry.

Example response

{
  "executionLink": "https://console.doit.com/customers/customer-id/cloudflow/history/execution-id"
}