Overview
Campaigns let you send a single email to every subscribed contact in a contact book. Schedule sends for a specific time or send immediately, with automatic batching to respect rate limits. Track delivery, opens, clicks, bounces, and complaints in real time.How It Works
- Create a campaign with a name, from address, subject, HTML content, and a target contact book
- Schedule or send now — the system populates a send queue for every subscribed contact
- Batch processing — Sendi’s internal scheduler automatically picks up queued sends in batches (default 100), respecting your plan’s rate limits. No setup required — it just works.
- Track metrics — as SES events arrive, campaign counters update automatically (delivered, opened, clicked, bounced, complained)
- Pause/resume — pause a running campaign at any time; pending sends stay in the queue until you resume
Campaign Lifecycle
- Draft — editable, not yet scheduled
- Scheduled — queued for a future time (or immediately)
- Running — actively sending batches via cron
- Paused — sending stopped; can be resumed
- Sent — all sends completed
Campaign Object
Template Variables
Campaign HTML supports variable substitution using double curly braces:| Variable | Description |
|---|---|
{{email}} | Contact’s email address |
{{first_name}} | Contact’s first name |
{{last_name}} | Contact’s last name |
{{unsubscribe_url}} | HMAC-signed unsubscribe link |
Preview Text
Setpreview_text to control the snippet shown in email clients next to the subject line. It’s injected as a hidden span at the start of the email body.
Unsubscribe Links
Each campaign send gets a unique, HMAC-signed unsubscribe URL. When a recipient clicks it, their contact is marked assubscribed: false and excluded from future sends. No authentication required — the HMAC token prevents tampering.
Batching & Rate Limits
Campaigns are processed automatically by Sendi’s internal scheduler. The default batch size is 100 emails per cycle (runs every minute). If your plan’s daily or monthly quota is hit mid-campaign, the campaign is automatically paused. You don’t need to configure anything — scheduling and batch processing are fully managed.Open & Click Tracking
Campaign emails automatically include open tracking pixels and click-wrapped links (same as regular sends). Metrics on the campaign update in real time as events arrive from SES.Plan Limits
| Feature | Free | Pro |
|---|---|---|
| Active campaigns | 1 | Unlimited |
sent or cancelled.