Skip to main content

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:

MethodUsed for
Bearer JWTDashboard operations (manage channels, webhooks, keys)
API KeySending messages (X-Api-Key header)

See Authentication → for details.

Quick navigation

I want to…Go to
Send my first messageQuick Start →
Understand authAuthentication →
See all endpointsAPI Reference →
Receive delivery eventsWebhooks →
Use a ready-made SDKSDKs →
Connect WhatsAppWhatsApp setup →