Send bulk SMS via CSV string (GET)

Send bulk SMS using CSV data passed as the filestring parameter.
Each row: mobile, "message", "optional sender id", "optional future time", "optional msgid", "optional templateid", "optional dlt_template_type"
Rows are newline-separated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Account/Feed ID registered with BulkSMS

string

10-digit mobile number or username (optional if IP whitelisted)

password

Password (optional if IP whitelisted)

string
required

CSV data. Each row: mobile, "message", "optional sender id", "optional future time", "optional msgid", "optional templateid", "optional dlt_template_type"
Rows separated by newline. Example:
919900840000,"Test message 1","Optional sender id","200908271351"
919900840001,"Test message 2","Optional sender id"

string
length ≤ 50

Unique tag/job name for the request (max 50 chars)

string
enum

Set to 1 for asynchronous processing

Allowed:
string

Future publish time in format yyyymmddhhmm (e.g. 200908271351)

string

Timezone for time parameter (e.g. GMT+10:45, GMT-07:30)

string
enum

URL shortener flag (1 = enable)

Allowed:
string
length ≤ 50

Unique message ID for duplicate check

string

Message type (1 = text, default)

string

WAP URL for WAP push messages

string

UDH data for binary messages

integer

Job ID

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/xml