Automations
Invoke Ad Hoc Automation
Invoke an ad hoc automation run. This endpoint accepts a JSON payload with a series of automation steps. For information about what steps are available, checkout the ad hoc automation guide here.
POST
/
automations
/
invoke
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
automation
object
requiredbrand
string | null
data
object | null
profile
any
recipient
string | null
template
string | null
Response
200 - application/json
runId
string
required