Bulk SMS
This API enables you to send as many SMSs as you would like (Bulk SMS).
Last updated
This API enables you to send as many SMSs as you would like (Bulk SMS).
Last updated
This endpoint allows you to send to send as many SMSs as possible. We are using Kafka to ensure that all your messages are processed and sent. We will also pre-process your object body inorder to remove duplicate messages.
One SMS will cost you a small fee of 0.5/= per SMS. You will not be charged for messages are found during pre-processing.
Endpoint for the API request.
POST
username*
string
The username of the account, as per the Rotsi Dashboard.
body*
Object
messages: Type: Array of Objects
Description: An array where each element is an object representing a single SMS message to be sent. Each message object contains the following fields:
phone:
Type: String Description: The recipient's phone number. This should include the country code if applicable. Example: "0745474586" message:
Type: String Description: The text content of the SMS message to be sent. This field contains the actual message that will be delivered to the recipient. Example: "This is a test message 4,"