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
string
required
Your API key for authentication
string
required
Your client identifier for authentication
string
required
Approved sender ID for the message
string
required
Text message content to send (URL encoded)
string
required
Mobile number or comma-separated numbers (e.g., “1234567890,0987654321”)
boolean
Set to
true for Unicode messages (default: false)boolean
Set to
true for flash messages (default: false)string
Schedule time in
yyyy-MM-dd HH:MM format (optional)string
Group ID for sending to a group (optional)
Response
number
Error code (0 for success)
string
Description of the result
array
Array of message results
string
Mobile number that received the message
string
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

