post https://api.verihubs.com/v1/sms/send
This method helps you to send sms containing desired text to destination number
Rate limit of 50 RPS is applied to SMS service. Verihubs also apply rate limit divided into several categories based on product. More explanation link
Callback Description
When you want to use callback_url payload, you only need to put for example
your-callback-url.com/callback
Example callback that we'll send
your-callback-url.com/callback?session_id=d0f5fb5c-2d50-4d3f-aea7-20018ab15806&status=1
Payload | Description |
---|---|
session_id | ID of the specific message |
status | Latest status of the request |
Callback Status Description
Status | Name | Description |
---|---|---|
0 | Requested | SMS has been requested. |
1 | Delivered | SMS has been delivered to destination number. This status will be charged. |
4 | Failed | Operator cannot send SMS to destination number |
5 | Request Error | Verihubs cannot reach Operator |
6 | Rejected | Request rejected due to Too Many Requests |
7 | Undelivered | SMS has not been delivered to destination number (response received from Operator). This status will be charged. |
8 | No Delivery Report | Delivered without Delivery Report from operator after certain period. This status will be charged. |
9 | Blocked | Destination Number has been blocked by Verihubs's system |