Schedule an SMS for Future Delivery

Schedules an SMS to be sent at a specific future date and time, using
Reseller-tier credentials. A JobId is returned on success.

Authentication: Query-parameter based — username + password.


Example Request (from your listed URL):

GET https://rslr.connectbind.com:8443/bulksms/schedulesms
  ?username=xxxxxxxx
  &password=xxxx
  &message=TestingScheduleMsgAPI
  &type=0
  &dlr=1
  &source=xxxx
  &destination=xxxx
  &date=04/04/2023
  &time=07:45%20pm
  &gmt=GMT%20%2B5:30

Success Response Format (plain text):

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

Reseller account username.

password
required

Reseller account password.

string
required

SMS message body. Must be URL-encoded.

string
required

Destination mobile number(s) to send the message to. More than one
destination must be comma-separated.

integer
enum
required

Message encoding type.

ValueDescription
0Text
1Flash
2Unicode
4WAP
6Unicode-Flash
Allowed:
integer
enum
required

Whether a delivery report is required for this message.

ValueMeaning
0No delivery report required
1Delivery report required
Allowed:
string
required

Source/sender address of the message.

string
required
^\d{2}/\d{2}/\d{4}$

Scheduled delivery date in MM/dd/yyyy format.

PartFormatExample
Month (MM)2-digit01, 12
Day (dd)2-digit01, 18, 30
Year (yyyy)4-digit2013

Full example: 03/03/2013

string
required

Scheduled delivery time in hh:mm am/pm format (12-hour clock).

PartRangeExample
Hours (hh)00–1203, 11
Minutes (mm)00, 15, 3000, 15, 30
Periodam or pmam, pm

Full examples: 03:45 am | 11:51 pm

string
required

GMT offset for the scheduled date and time.

Accepted formats: GMT +hh:mm, GMT -hh:mm, +hh:mm, -hh:mm

PartRange
Hours0–12
Minutes00 or 30

Examples: GMT +1:30 | -10:00

uri

Used only when type=4 (WAP). Can be kept empty for all other types.

Responses

400

Bad request — one or more required parameters missing.

401

Authentication failure.

500

Internal server error. Contact support if this persists.

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