Sending bulk SMS is critical for marketing campaigns, transactional notifications, and alerts. This API makes it simple to send individual or group messages using JSON POST requests.
Method: POST
Header: Content-Type: application/json
URL: https://my.turbo.host/api/international-sms/submit
|
Name |
Required |
Description |
|---|---|---|
|
user_token |
Yes |
The authentication token you received. |
|
origin |
Optional |
Sender ID or phone number. |
|
message |
Yes |
The body of the SMS message. |
|
numbers |
Yes |
Array of phone numbers (must be in international format). |
{"user_token": "< User Token >","origin": "+12025550160","message": "Hello! This is a test message.","numbers": ["+447517663928","+12126712234"]}
{"status": "successful","report_id": 12345}
{"status": "error","message": "There was an error. Please check the parameters."}