EASY TO USE API
{
"Sender": "application@domain.com",
"APIKey": "ta8wr7ymd",
"MessageData" :
{
"Message": "This is a test SMS message. Reply YES to confirm.",
"Destinations" :
[
{ "Recipient": "+6421000001" }
{ "Recipient": "+6421000002" }
]
}
}
Easy Integration
Using your chosen API and application
Using your chosen API and application

REST API | See the code |
.NET Library | See the code |
Python Library | See the code |
VBA Integration | See the code |
SOAP API | See the code |
HTTP/S API | See the code |
SMTP API | See the code |
SMPP Gateway | More info |
Message Personalisation
Spice up broadcast messages with personlisation
Spice up broadcast messages with personlisation
{
"Message":
"Hi [[First Name]], account [[Custom1]] is overdue.
\r\n\Contact 0800 000 000 for details",
"Destinations":
[
{
"Recipient": "6421000001",
"First Name": "Barry",
"Last Name": "Smith",
"Custom1": "392173422"
},
{
"Recipient": "021-000-002",
"First Name": "Hemi",
"Last Name": "Jones",
"Custom1": "396131171"
}
]
}
Send Files in SMS Messages
Send PDFs, images, videos, GPS coordinates, App Store downloads and more!
Send PDFs, images, videos, GPS coordinates, App Store downloads and more!
{
"Message":
"Here's your ticket for tonight's event: [[Files]]
\r\n\Info: [[Link:http://company.com/eventdetails]]
\r\nQuestions? Contact us here: [[Reply]]",
"Destinations":
[
"6421000001"
],
"Files":
[
"Name": "MyFile.pdf",
"Data": %%BASE64%%"
]
}
Tap the link to open attachment(s)


Capture SMS Replies
Capture SMS Replies with Webhooks, Polls, or Email Notifications
Capture SMS Replies with Webhooks, Polls, or Email Notifications
-
API Webhook
- When a reply SMS is received, this can be webhooked to your specified URL.
- See the Docs
-
API Poll
- You can poll for received messages in a given timeframe, or track replies to specific sent messages.
- See the Docs
-
Web Dashboard
- Using the dashboard, you can view a log of all received messages in a given time-frame.
- See the Guide
-
Email Notifications
- You can specify the 'SMSEmailReply' parameter to determine where email notifications are sent.
Handy SMS Tools
Easily handle Unsubscribes, shorten URLs, and more!
Easily handle Unsubscribes, shorten URLs, and more!
-
Automated Unsubscribes
- When a mobile replies 'STOP' they are automatically added to your SMS Opt-Out List. Easy!
- Automated Opt-Outs
-
URL Shortener
- Long links can be automatically shortened using the built-in URL Shortener, saving you precious space in SMS messages.
- URL Shortener
-
Link Click Tracker
- The SMS service tracks when a mobile clicks a shortened link, including their mobile number, time, user-agent and IP Address for better visibility on the people that are clicking your links.
- Tracking SMS Links
-
Web-Based SMS Replies
- Allow mobiles to reply via the web using a custom SMS Landing Page. Saves on text costs, plus the landing page can include forms, surveys, and more!
- SMS Landing Pages
- Web Reply Link