v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Triggers

Create a trigger

Create a trigger with an activation type of event, schedule, or custom. Each type requires its own fields (e.g. eventType and optional conditions for events, scheduleRule and timezone for schedules, customPayloadSchema for custom triggers); mismatched fields are rejected.

post/triggers

Request body

namestring required
descriptionstring
activation'event' | 'schedule' | 'custom' required
eventTypestring
timezonestring
customPayloadSchemaCustomPayloadSchema

Optional JSON Schema for validating payloads sent to this custom trigger

Response

Trigger created