$ pip install unlimited-messagingfrom unlimited_messaging import UnlimitedMessagingApi
client = UnlimitedMessagingApi(token="um_live_xxxx")
client.message.send(
recipient="+33612345678",
text="Your OTP is 291847 - valid 5 min."
)OAuth, multiple tokens, several clients per plan. Send OTPs, transactional notifications, receive delivery webhooks - no per-message billing.
How it works
One REST call, one delivery, one webhook. Nothing more.
SDKs
Don't want to craft raw HTTP requests? Use our official libraries - same plan, zero extra cost.
$ pip install unlimited-messagingfrom unlimited_messaging import UnlimitedMessagingApi
client = UnlimitedMessagingApi(token="um_live_xxxx")
client.message.send(
recipient="+33612345678",
text="Your OTP is 291847 - valid 5 min."
)$ npm install @unlimited-messaging/sdkimport { UnlimitedMessagingApiClient } from '@unlimited-messaging/sdk'
const client = new UnlimitedMessagingApiClient({ token: 'um_live_xxxx' })
await client.message.send({
recipient: '+33612345678',
text: 'Your OTP is 291847 - valid 5 min.'
})What you actually get
{ "to": "+33612345678", "text": "" }
POST /send - two fields: to and text. That's genuinely all you need. No mandatory setup, no 15 pages of docs before your first call. Python and TypeScript SDKs available if you'd rather skip raw HTTP.
Votre OTP : 291847 - 5 min
Cliquez sur Send ↑
Not just 'delivered'. Read - exact time, per message. Useful when your OTP expires in 5 minutes, or when you need a precise timestamp for your records.
No Meta console, no Business verification. Our numbers come ready on every plan - Free included. Already have a WhatsApp number? Connect it via QR code, takes two minutes.
retry automatique · HMAC-SHA256 · < 2 s
Add a URL, we POST the event on delivery or read. Automatic retry if your server doesn't respond. No polling, no background job to babysit.
Each number gets its own token, logs, and quotas. Your clients don't bleed into each other. Clean for SaaS products and multi-brand setups.
messages illimités sur tous les plans
Your monthly bill is the plan price - full stop. We don't count messages, countries, or recipients. No need to estimate volume before you sign up.
FAQ
Create your account and get your API key in seconds.
Go to the app