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.

HTTP GET/POST:
https://app.mobivatebulksms.com/gateway/api/simple/MT?
USER_NAME=user@domain.com&PASSWORD=xxxxxxxxx&ORIGINATOR=Test&RECIPIENT=447930000000&ROUTE=mglobal&MESSAGE_TEXT=Your+PIN+is+654321

Required Parameters:

ParameterDescription

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