Create Automation
Create a new automation.
Authorization
Request Body
application/json
RequiredThe request body should contain a properly formatted JSON object with a trigger
and a workflow
. See Automations for more details and Tasks for all the optional props.
name
stringdescription
stringtrigger
Requiredobjectworkflow
Requiredarray<object>status
stringValue in:
"active" | "paused"
Response Body
Success
id
Requiredstringname
stringdescription
stringtrigger
Requiredobjectworkflow
Requiredarray<Any properties in object,object>status
RequiredstringValue in:
"active" | "paused"
created
RequiredstringFormat:
"date-time"
updated
RequiredstringFormat:
"date-time"