SMS Campaigns
Quick Send SMS
Send a single SMS instantly using a simple GET request
GET
The Quick Send endpoint is the easiest way to send an SMS. Simply make a GET request with query parameters—perfect for transactional messages, alerts, and simple integrations.
Recipient phone number (international, local, or with + prefix)
The message content to send (URL encoded)
Your approved sender ID
Your API key (use this instead of Bearer token for GET requests)
For Quick Send, pass your API key as a query parameter instead of using the Authorization header.
When to Use Quick Send
| Use Case | Recommended Method |
|---|---|
| Single transactional SMS | ✅ Quick Send |
| OTP/verification codes | ✅ Quick Send |
| Simple alerts | ✅ Quick Send |
| Bulk messaging | ❌ Use Campaign API |
| Scheduled messages | ❌ Use Campaign API |
| Recurring campaigns | ❌ Use Campaign API |
