Skip to main content

Fire a trigger manually

POST 

/v1/projects/:project_id/triggers/:trigger_id:fire

Runs the trigger's target right now, outside its schedule, and waits for the run to finish. This is the …:fire action; the path segment is {trigger_id}:fire. input is shallow-merged over the trigger's own stored input for this run only — the trigger's configuration is unchanged.

Request

Responses

The terminal firing record.