Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Path Parameters

triggerId
string<uuid>
required

Body

application/json
payload
object
required

Arbitrary JSON object forwarded to every flow attached to this trigger. Validated against the trigger's customPayloadSchema when one is configured; otherwise only "must be a JSON object" is enforced.

Response

Custom trigger fired; one execution enqueued per enabled flow attached to this trigger

invocationId
string<uuid>
required

Unique ID for this fire invocation. Job IDs in the execution queue are derived from it (one per enqueued flow).

enqueuedCount
integer
required

Number of flow executions enqueued. May be 0 if no flows are attached to this trigger, or if all attached flows are currently in cooldown.

Required range: x >= 0