Triggers.
Start a sequence from events — signup, purchase, inactivity, or a custom webhook.
AUTOMATIONS
Send the right message when something happens.
{
"name": "Welcome sequence",
"trigger": { "type": "contact.created" },
"steps": [
{ "type": "email", "template_id": "tpl_welcome" },
{ "type": "delay", "duration": "2d" },
{ "type": "email", "template_id": "tpl_tips" }
]
}
Start a sequence from events — signup, purchase, inactivity, or a custom webhook.
Chain emails with delays and simple conditions without writing a worker.
See active, completed, and failed runs. Debug with per-step status.
Related
Create an account, verify your domain, and send in minutes.