Sending simple Notification messages
Learn how to send simple messages using our API.
This guide will go over how to send simple notification messages using our API, perfect for PIN codes or OTP (One time passwords). For this, Mobivate recommends you use our Simple API.
Required Parameters:
Parameter | Description |
---|---|
ROUTE | Mobivate recommends using "mglobal", but other Route IDs are available upon request. |
ORIGINATOR | 11 alpha-numeric sender name or 15 digit number. |
RECIPIENT | International formatted mobile/cell number. |
MESSAGE_TEXT | Text message (160 characters, 70 if containing Unicode (2 bytes) characters). |
USERNAME | Your username. |
PASSWORD | Your password. |
Please don't forget to URL Encode parameters if using the HTTP GET method. URL Encoding is NOT required when using HTTP POST.
Last updated