Resource
Workflows
Multi-step automations — timers, branches, messages and webhooks stitched together.
#About
Workflows react to events (cart.abandoned, order.shipped, custom) or manual triggers, and run as long-lived state machines. Use them for abandoned cart, post- purchase nurture, and multi-touch retention sequences.
#Endpoints
- GET
/workflowsList workflows with their trigger + status. - POST
/workflowsCreate a workflow from steps. - POST
/workflows/triggerManually trigger a workflow for a contact (with payload).
GET
/workflowsList workflows with their trigger + status.
SDK
TypeScript
POST
/workflowsCreate a workflow from steps.
SDK
TypeScript
POST
/workflows/triggerManually trigger a workflow for a contact (with payload).
SDK
TypeScript
Request body
JSON
Response
JSON