Go Experience Cloud
Notification Service

WhatsApp and email delivery infrastructure — multi-tenant, template-driven, built to scale with your product.

WhatsApp Delivery

Send messages via Meta's Business API — templates, media, and delivery webhooks all handled for you.

Email Dispatch

Trigger transactional and campaign email from the same endpoint. One API, two channels.

Multi-tenant

Each client gets isolated credentials, configs, and rate limits. No cross-tenant bleed, by design.

Template Engine

Define message templates once, trigger them by key. Update copy without touching your integration.

Start sending
in minutes.

The full API reference, auth guide, request schemas, and webhook docs are all in one place.

Open API Docs
REQUEST
POST /v1/notifications/send
X-API-Key: your_client_key

{
  "channel":   "whatsapp",
  "recipient": "+254712345678",
  "template":  "welcome_message"
}