Messaging infrastructure

Control every message.

A closed SMS workspace for sending, scheduling and monitoring traffic, with credits, sender names and full history in one place.

Delivery reporting
Real time
Routes
Multi provider
Billing
EUR credits
Access
Invite only

Live view

Watch a send move through the platform.

Compose

Sender

APPLE

Message

0 / 160 chars1 part

Delivery

RecipientCountryStatus
+46 70 *** 41 22SEQueued
+44 74 *** 88 10GBQueued
+49 15 *** 07 63DEQueued
+33 6 *** 55 09FRQueued

Platform

Everything the workspace does.

Direct sending

One recipient or thousands, with live per-message status.

CSV import

Drop a list, map the column, review before anything leaves.

Scheduling

Queue traffic for a future time and adjust it until it runs.

History and search

Every message kept with status, cost and sender name.

API keys

Create, rotate and revoke keys from your own workspace.

Private access

No public signup. Accounts are created by an administrator.

API

Send from your own code.

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."
  }'

Access is by account only.

Already have credentials? Sign in to your workspace.