Your seasonal campaigns and your app's order confirmations run from the same workspace. Same brand. Same deliverability. Same quota. One log for every email.
Drag-and-drop editor, 50+ templates, A/B testing, audience segmentation, smart send-time.
REST API, SMTP relay, webhook events. Templates that marketers edit and devs trigger.
Most platforms force you to glue a marketing tool to a separate transactional API — two bills, two brand identities, two deliverability reputations, two logs. We don't.
Templates that marketers edit visually. Endpoints that devs call programmatically. One source of truth.
Use the same visual editor as your campaigns to design transactional emails. Hand a finished template to your dev team — they just call it by name.
Trigger any template by slug, pass variables, done. REST or SMTP — same templates, same logs, same dashboard.
// Send the "order_confirmation" template curl https://api.shysend.com/v1/send \ -H "Authorization: Bearer $SHYSEND_KEY" \ -d { "template": "order_confirmation", "to": "customer@brightside.io", "vars": { "order_total": "$48.20", "tracking_url": "https://..." } }
Marketing sends and transactional sends pull from the same monthly limit. No two-tier billing. No "but transactional is extra." No surprise per-channel surcharges.
Bounced and suppressed sends don't count. Whatever's in the inbox is what we charge for.
A few of the everyday emails our customers run through one workspace.