SMS

High-quality SMS with delivery reports, customised sender and real-time sending

Integrates via API the professional SMS sending service for authentication, notifications, reminders, alerts to single or multiple recipients

All the knowledge you need

Here you can find some advice to consider to approach this API. If you prefer, we provide code samples, OAS3 documentation, the ability to try the API live via the Swagger UI or import the entire collection into Postman. We also offer a Sandbox environment where you can experiment with all kinds of requests completely free of charge.

Useful tips to start with SMS

Get the token in the appropriate section before you start.

Use the the online tool or generate it via API. Set the expire date, a usefull name and now add a bunch of scopes to limit the possible actions your token can do.

Send SMS Messages

Methods for sending SMS messages.

Send SMS Worldwide
POST /WW-messages
Creates and queues a new SMS message for worldwide sending. Costs are calculated after sending.

Send SMS to Italy
POST /IT-messages
Creates and queues a new SMS message specifically for Italy.

Send SMS to Spain
POST /ES-messages
Creates and queues a new SMS message specifically for Spain.

Message Consultation

Methods to retrieve the list and details of sent messages.

List Sent Messages
GET /messages
Returns a paginated list of messages sent from your account.

Get Message Details
GET /messages/{id}
Returns the details of a specific message via its ID.

Redoc missing.