JavaScript
Automations
Invoke an Automation
POST /automations//invoke starts a new automation run from an existing automation template, triggering the steps defined in that template.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique identifier representing the automation template to be invoked. This could be the Automation Template ID or the Automation Template Alias.
Body
application/json
Response
200 - application/json