Workflows
Workflows (also known as Flows) trigger actions based on events and conditions. They power welcome series, abandoned cart recovery, re-engagement campaigns, and complex multi-branch journeys. The Workflows API is read-only today. Use it to list workflows and the email templates attached to them.
Available Endpoints
The Workflow Model
The workflow model represents an automation flow with its associated email templates and performance statistics.
Properties
- Name
idstring- Description
The unique identifier for the workflow
- Name
namestring- Description
The name of the workflow
- Name
created_atdatetime- Description
When the workflow was created
- Name
email_templatesarray- Description
Array of email templates used in this workflow, each with id, subject, and stats
Get Workflows
Returns a list of all workflows in your account, including their associated email templates and performance statistics.
Query Parameters
- Name
site_uuidstringRequired- Description
Your site's unique identifier
- Name
pageinteger- Description
Page number for pagination (optional)
Response
Returns a list of workflows with their email templates and stats.
- Name
dataarray- Description
Workflow records.
- Name
data[].idstring- Description
Workflow identifier.
- Name
data[].namestring- Description
Workflow name.
- Name
data[].email_templatesarray- Description
Email templates used in the workflow.
