Sawala CloudSebar
Transactional email for every Sawala product.
One endpoint, one template store, per-org Postmark Server. Author templates, fire test sends, watch delivery status, and unblock suppressions — all from the dashboard.
Templates
Author email templates with Mustache variables and live preview.
Messages
Watch every send with live status badges and a full delivery timeline.
Suppressions
Inspect and unblock per-org suppressed addresses with one click.
Per-org Postmark
Every org gets its own Postmark Server — provisioned automatically.
Send via the public API
POST /public/sebar/notifications/send
x-api-key: pk_live_…
content-type: application/json
{ "templateId": "tmpl_01H…",
"to": { "email": "ayu@example.com" },
"variables": { "name": "Ayu" } }
→ 202 Accepted
{ "id": "msg_01H…", "status": "queued" }Get email out the door.
No Postmark setup, no SMTP config, no template duplication across products.