One platform. Every channel. No middleman.
AuraPost sends email on AWS SES, WhatsApp through your own connected Business Account, and push straight to the browser — one dashboard, one customer profile, zero BSP markup on any message.
Email that actually lands
AWS SES under the hood, with deliverability guardrails built in from day one.
AWS SES with SMTP/Mailgun fallback.
Receipts never queue behind campaigns.
Design once, reuse everywhere.
Opens, clicks, bounces — tracked live.
Auto-pause protects your reputation.
REST, webhooks, SDKs. Minutes to first send.
WhatsApp, connected direct
Your own Business Account, straight to Meta through Embedded Signup. No BSP in between.
Embedded Signup — it stays yours.
You talk to Meta. No markup.
Submit and track approval in-app.
Sent, delivered, read — instantly.
Opted-in lists, same reporting as email.
Auto-pause on low balance.
Why "no middle platform" matters
Pricing isn't public yet — AuraPost is still onboarding early partners.
Push, on the same profile
One script tag. No app. Shares guardrails with email and WhatsApp so nobody's over-messaged.
Opt in with one click. Identity links later.
Same daily caps as email & WhatsApp.
Cart, welcome, win-back — exactly once.
Views, cart, purchase — tied to each push.
Free, metered, or capped. Per client.
One script tag, or our WordPress plugin.
Sending in three steps
-
1Create your account
Free. No credit card.
-
2Connect a channel
A domain, a WhatsApp account, or a script tag.
-
3Send
Dashboard, templates, or API — any channel.
Deliverability is the product
We watch reputation continuously and act before mailbox providers do.
Per-domain bounce and complaint tracking.
Sending pauses when rates cross safe limits.
Bounces and unsubscribes honored automatically.
Resell it as your own
White-label AuraPost — your domain, your branding, your billing. We power email, WhatsApp, and push underneath.
Custom logo, colors, portal domain.
Isolated tenants, per-client limits.
You set client pricing; we bill you.
This adds your brand on top — not another platform underneath. Clients still connect their own WhatsApp account directly to Meta, same as any direct AuraPost account.
Become a partnerBuilt for developers
A REST API and webhooks across all three channels. Full reference in our API docs, or the raw v1 / v2 OpenAPI specs.
curl https://theaurapost.com/api/v1/messages \
-H "Authorization: Bearer $API_KEY" \
-d '{"to":"user@example.com","subject":"Welcome","template":"welcome"}'
curl https://theaurapost.com/api/v2/messages/whatsapp/send \
-H "Authorization: Bearer $API_KEY" \
-d '{"to":"+919876543210","template":"order_update"}'
curl https://theaurapost.com/api/v2/push/send \
-H "Authorization: Bearer $API_KEY" \
-d '{"email":"user@example.com","title":"Your order shipped","body":"Track it now"}'
Frequently asked questions
What is AuraPost?
A messaging platform for email, WhatsApp, and push — built on AWS SES, a direct Meta Cloud API connection, and Web Push, with deliverability and cross-channel send-limit tooling included.
Do you support transactional and marketing email?
Yes, on separate lanes — receipts never wait behind a campaign.
Do I need a separate WhatsApp provider (BSP) as well?
No. Connect your own WhatsApp Business Account through Meta's Embedded Signup and send through AuraPost directly — no BSP markup in between.
Whose WhatsApp number do I send from?
Your own. We never operate a shared or platform-level number — it stays yours if you leave.
Do you support web push notifications?
Yes — one script tag, no app to install. Push shares the same customer profile and send-limit guardrails as email and WhatsApp, so nobody's hit on all three at once.
How do you protect deliverability?
Domain authentication (SPF/DKIM/DMARC), bounce/complaint monitoring, and automatic pausing when your reputation is at risk.
Can agencies resell the platform?
Yes — white-label, with your own brand, portal domain, sub-accounts, and billing across all three channels.
Is there an API?
Yes — REST, webhooks, and SDKs for all three channels. Reference at /openapi.json.