Recipes
Copy-paste patterns for common jobs. Each recipe is short, self-contained, and assumes you've got SENDOKA_API_KEY in your env.
Index
Sending
- Resend a bounced message — re-send after fixing the recipient
- Bulk audience send with chunking — 10k+ recipients, dynamic chunk sizing
- Scheduled reminder in the recipient's timezone — schedule relative to IANA tz
- Idempotent send from a queue worker — safe at-least-once delivery
Webhooks
- Verify & handle webhooks (Node) — HMAC signature check
- Replay failed deliveries — re-fire from the delivery log
Suppressions & compliance
- Per-tenant suppression list — isolate in platform mode
- Scrub a recipient list before send — drop suppressed addresses client-side
Migration
- Migrate from Resend — mapping differences
- Migrate from Twilio — mapping differences