Run an automation now
Automations
Run an automation now
Manually trigger a scheduled automation immediately, rather than waiting for its schedule.
POST
Run an automation now
Behavior
Triggers the automation immediately. Primarily used for schedule-based automations (daily_schedule, weekly_schedule, monthly_schedule, one_time_schedule).
- No request body required
- The automation’s conditions are still evaluated before its actions run
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the automation to run
Response
Automation triggered successfully

