Send SMS (Multiple V2)
Send SMS Request (Multiple V2)
POST
https://app.sleengshort.com/api/sms/send-blk
This endpoint allows you to send SMS to multiple recipients with different Sender Ids,
Note the msg_ids in the response body can be used to track the delivery status on a request when notifications are sent to the callback URL.
Also, you must check which API-Key you're using while sending sms. A coop API-Key must be used when sending sms with a coop sender_id while an open API-Key must be used when sending sms with an open bind sender_id.
Headers
X-Api-Key*
String
APPKEY_*************
Request Body
sender id*
String
SMS sender ID
recipients*
String
MSISDN of recipients in international format
msg*
String
SMS body ( < 905 characters)
type
String
Message format: 0: Flash SMS, 1: SMS delivers to inbox(default), 2: Unicode SMS – Chinese, Arabic etc
The error field shows the SMS that was not sent due to the wrong sender_id
If you intend to send different messages with different sender Ids to multiple recipients in a single request, here is a sample request body below. This endpoint only allows 500 SMS in one request
Last updated