Our SMS API allows you to send text messages to users around the globe through simple RESTful APIs.
Our API uses HTTP verbs to understand if you want to read (GET
), delete (DELETE
) or create (POST
) an object. When your web application cannot do a POST
or DELETE
, we provide the ability to set the method through the query parameter _method
.
Numbers are a key concept to understand when working with the API. The following points should be considered before developing your Application.
All phone numbers in the APIs use E.164 format. This means that numbers:
+
and the international access code such as 00
.()
or -
For example, a US number would have the format 14155550101
. A UK number would have the format 447700900123
.
All text messages carry a sender ID. When you send a text message through API, you could use any of the approved sender IDs for your account.
In case you have not created a sender ID, you can always create one through our application. Once the Sender ID is approved, you can start sending messages.
Message Templates are message formats for common reusable messages a business may want to send. Businesses must use Message Templates for sending notifications to customers.
No.of SMS | No.of Characters |
---|---|
1 | 160 characters. |
2 | (2 x 153) 306 characters. |
3 | (3 x 153) 459 characters. |
No.of SMS | No.of Characters |
---|---|
1 | 70 characters. |
2 | (2 x 67) 134 characters. |
3 | (3 x 67) 201 characters. |