Send SMS (POST)
SMS Management
Send SMS (POST)
Send SMS messages using POST method with JSON payload
Send SMS (POST)
Send SMS (POST)
Send SMS messages using the POST method with a JSON request body. This method is recommended for sending messages with additional parameters.Request Body
Approved sender ID for the message
Text message content to send
Comma-separated mobile numbers (e.g., “1234567890,0987654321”)
Your API key for authentication
Your client identifier for authentication
Set to
true for Unicode messages (default: false)Set to
true for flash messages (default: false)Schedule time in
yyyy-MM-dd HH:MM format (optional)Group ID for sending to a group (optional)
Response
Error code (0 for success)
Description of the result
Array of message results
Mobile number that received the message
Unique message ID for tracking
Success Response
Error Response
Message Types
Standard SMS
Unicode SMS (for special characters)
Flash SMS (appears on screen without saving)
Scheduling Messages
To schedule a message for later delivery:Use Cases
- Transactional messages: Send OTPs, confirmations, and notifications
- Marketing campaigns: Send promotional messages to multiple recipients
- Scheduled messaging: Send messages at specific times
- Group messaging: Send messages to entire contact groups

