Skip to main content
POST
Trigger a workflow via webhook

Path Parameters

webhookToken
string
required

The unique, secret token for the webhook-enabled workflow.

Body

application/json

The JSON payload for the webhook. This will be available to the workflow under webhook_payload.

The body is of type object.

Response

Accepted. The webhook has been received and the workflow execution has been queued.