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
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error