{
"id": "tmpl_01HX...",
"name": "New Lead Welcome Sequence",
"description": "Sends a welcome email immediately and creates a follow-up task after 2 days.",
"category": "lead_management",
"trigger": "lead_created",
"triggerConditions": [],
"exitConditions": [
{ "field": "status", "operator": "eq", "value": "converted" }
],
"steps": [
{
"type": "send_email",
"order": 1,
"label": "Send welcome email",
"config": {
"mode": "ai_generated",
"prompt": "Write a friendly welcome email to {{lead.firstName}} introducing {{workspace.name}} and offering a 15-minute intro call."
}
},
{
"type": "wait",
"order": 2,
"config": { "duration": 2, "unit": "days" }
},
{
"type": "create_task",
"order": 3,
"label": "Create follow-up task",
"config": {
"name": "Follow up with {{lead.firstName}} at {{lead.company}}",
"assignTo": "assigned_user",
"dueDays": 1
}
}
],
"isBuiltIn": true,
"installCount": 312
}