WhatsApp and email delivery infrastructure — multi-tenant, template-driven, built to scale with your product.
What it does
Send messages via Meta's Business API — templates, media, and delivery webhooks all handled for you.
Trigger transactional and campaign email from the same endpoint. One API, two channels.
Each client gets isolated credentials, configs, and rate limits. No cross-tenant bleed, by design.
Define message templates once, trigger them by key. Update copy without touching your integration.
Ready to integrate
The full API reference, auth guide, request schemas, and webhook docs are all in one place.
Open API Docs →POST /v1/notifications/send
X-API-Key: your_client_key
{
"channel": "whatsapp",
"recipient": "+254712345678",
"template": "welcome_message"
}