Creating an Abandoned Cart Email Sequence
Recover lost revenue with a 3-email abandoned cart sequence. Learn the timing, content, and AcelleMail automation setup for each email in the flow.
AcelleMail supports sophisticated automation triggers that go beyond simple list subscriptions.
Condition: subscriber.custom_field("plan") == "premium"
├─ True → Send premium upsell email
└─ False → Send upgrade offer email
Condition: subscriber.tag
├─ Has "purchased" → Post-purchase flow
├─ Has "trial" → Trial nurture flow
└─ Default → General nurture flow
Assign points based on engagement and trigger actions at score thresholds:
Wait 30 days since last open
↓
Send "We miss you" email
↓
Wait 7 days → Check: Opened?
├─ Yes → Remove "inactive" tag, continue normal flow
└─ No → Send "Last chance" email with incentive
↓
Wait 7 days → Check: Opened?
├─ Yes → Welcome back flow
└─ No → Add "unengaged" tag → Consider removal
curl -X POST https://your-acellemail.com/api/v1/automations/trigger \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"automation_id": "abc123",
"subscriber_email": "user@example.com",
"data": {
"event": "purchase_completed",
"order_total": 99.00
}
}'
Recover lost revenue with a 3-email abandoned cart sequence. Learn the timing, content, and AcelleMail automation setup for each email in the flow.
Build a point-based lead scoring system using AcelleMail tags and custom fields to identify your hottest prospects and trigger sales-ready actions.
Identify inactive subscribers, send a 3-email win-back sequence, and implement a sunset policy to protect your deliverability and list quality.
Build a point-based lead scoring system using AcelleMail tags and custom fields to identify your hottest prospects and trigger sales-ready actions.
Identify inactive subscribers, send a 3-email win-back sequence, and implement a sunset policy to protect your deliverability and list quality.
Turn one-time buyers into repeat customers with a post-purchase email sequence covering order confirmation, review requests, and cross-sell opportunities.
Create an automated welcome sequence that nurtures new subscribers with a 5-email drip campaign.
AcelleMail is the self-hosted email marketing platform you control end-to-end.
View Pricing