Skip to main content
POST
Workflow engine webhook ingress

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

webhookId is required and must match a WebhookTrigger.data.webhookId on at least one workflow in the caller's org. Every other property is forwarded verbatim as the trigger node's payload output.

webhookId
string
required

Identifier configured on a workflow WebhookTrigger node; the caller's org is scanned for matching triggers to enqueue.

Response

Webhook accepted and matching workflows enqueued

success
enum<boolean>
required
Available options:
true
data
object
required
message
string