Direct sending
One recipient or thousands, with live per-message status.
Messaging infrastructure
A closed SMS workspace for sending, scheduling and monitoring traffic, with credits, sender names and full history in one place.
Live view
Compose
Sender
APPLE
Message
Delivery
| Recipient | Country | Status |
|---|---|---|
| +46 70 *** 41 22 | SE | Queued |
| +44 74 *** 88 10 | GB | Queued |
| +49 15 *** 07 63 | DE | Queued |
| +33 6 *** 55 09 | FR | Queued |
Platform
One recipient or thousands, with live per-message status.
Drop a list, map the column, review before anything leaves.
Queue traffic for a future time and adjust it until it runs.
Every message kept with status, cost and sender name.
Create, rotate and revoke keys from your own workspace.
No public signup. Accounts are created by an administrator.
API
Create a key in your workspace, keep it server side and send with a single request. Keys can be rotated or revoked at any time.
curl -X POST https://api.exerio.com/v1/messages \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"to": "+46701234567",
"from": "EXERIO",
"text": "Your code is 480-221."
}'