Skip to main content

Run Manual Trigger

POST 

/automations/:trigger_id/run

Run a manual automation trigger.

Only triggers whose event is manual can be run through the API. The trigger's actions run through the same shared dispatch path (and the same cooldown/burst/monthly-budget checks) as message/timer/schedule triggers, with the bot itself as the action author — there is no member or channel context, so per-member work must go through a for_each_member action inside the trigger. When a gate rejects the run, skipped is true and errors is empty.

Requires an API key with the automations.run permission.

Request

Responses

Successful Response