X
X
Worldwide (English) USD 0

Welcome

Sign in

Knowledge Base

HomepageKnowledge BaseSMS ServiceHow to Send Bulk SMS Using the API:...

How to Send Bulk SMS Using the API: Complete Guide

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.

Requirements:

  • Method: POST

  • Header: Content-Type: application/json

  • URL: https://my.turbo.host/api/international-sms/submit

 

Request Parameters:

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).

 

Sample Request:

{
"user_token": "< User Token >",
"origin": "+12025550160",
"message": "Hello! This is a test message.",
"numbers": [
"+447517663928",
"+12126712234"
]
}

Sample Successful Response:

{
"status": "successful",
"report_id": 12345
}

Sample Error Response:

{
"status": "error",
"message": "There was an error. Please check the parameters."
}

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(284 times viewed / 0 people found it helpful)
Copyright © 2025 All Rights Reserved
Top