Notifo Documentation
Notifo is a multi-channel messaging API that lets you send WhatsApp, Telegram, and SMS messages through a single unified interface.
What you can do
- Send messages — text, media (image, video, audio, document), and bulk batches
- Multiple channels — WhatsApp, Telegram, SMS via one API
- Delivery tracking — real-time status updates (
queued → sent → delivered → read) - Webhooks — get notified on every status change via signed HTTP callbacks
- API Keys — create scoped keys with optional rate-limit overrides
Base URL
All API requests go to:
https://api.notifo.cloud
Authentication
Two authentication methods are available depending on the endpoint:
| Method | Used for |
|---|---|
| Bearer JWT | Dashboard operations (manage channels, webhooks, keys) |
| API Key | Sending messages (X-Api-Key header) |
See Authentication → for details.
Quick navigation
| I want to… | Go to |
|---|---|
| Send my first message | Quick Start → |
| Understand auth | Authentication → |
| See all endpoints | API Reference → |
| Receive delivery events | Webhooks → |
| Use a ready-made SDK | SDKs → |
| Connect WhatsApp | WhatsApp setup → |