Skip to main content

Activate a workflow (fires on its triggers)

POST 

/v1/workflows/:workflow_id/activate

Activate a workflow so it starts firing on its triggers.

Until this is called, a workflow created through the API is an inert draft. Activation registers its triggers — database changes, schedules, webhooks, click triggers — so from this point real events will run it against real data.

Requires the workflows:author scope.

Request

Responses

Successful Response