A public endpoint to trigger a workflow that has a webhook_trigger. Authentication is handled by the unique, secret token in the URL path. The entire request body will be available in the workflowโs context.
The unique, secret token for the webhook-enabled workflow.
The JSON payload for the webhook. This will be available to the workflow under webhook_payload.
The body is of type object.
Accepted. The webhook has been received and the workflow execution has been queued.