Bulk SMS

Sending one-way SMSes

Send SMS

POST https://sandbbox.teleskytech.com/api/sendsms

This endpoint allows you to blast messages from your system.

Query Parameters

NameTypeDescription

api

string

The ApiKey of the registered account

username

string

The username to be used with the ApiKey of the registered account

from

string

The SENDER ID/Shortcode from where the messages will be sent from

message

string

The text message to be sent

phone

array

The recipient's phone number in international format

 [ { "id":"TS-XX", "status":"Success", "errorMessage":"None", "recipient":"+254XXXXXXXXX" } ] 

Last updated