Send SMS (GET)
SMS Management
Send SMS (GET)
Send SMS messages using GET method with URL parameters
Send SMS (GET)
Send SMS (GET)
Send SMS messages using the GET method with URL parameters. This method is useful for simple integrations and testing.Parameters
Your API key for authentication
Your client identifier for authentication
Approved sender ID for the message
Text message content to send (URL encoded)
Mobile number or comma-separated numbers (e.g., “1234567890,0987654321”)
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
URL Encoding
When using GET method, ensure proper URL encoding:JavaScript Example
Python Example
Multiple Recipients
Send to multiple numbers using comma separation: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
- Simple integrations: Quick and easy SMS sending
- Testing: Test SMS functionality with minimal setup
- Webhooks: Trigger SMS from webhook endpoints
- URL-based triggers: Send SMS from URL parameters

