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
TypeScript Definitions
Use the response body type in TypeScript.
meta
objectdata
objecterror
object | null | nulllinks
object