Automations
Create an Automation
Use this method to create a new automation campaign workflow from scratch by providing trigger information. For example, an automation that triggers when contacts join a list or an automation that triggers for a contact birthday.
Some common automation examples are included in the request body example dropdown menu.
post/automations/workflows
Query parameters
workflowNamestring
Use this query parameter to provide a workflow name and override the default name.
Request body
Example request
{
"action_name": "list_join",
"engagement_level": "SOMEWHAT",
"type": "Action",
"unique_by": "list_ids"
}Response
Request successful