📦
Mobivate Bulk API Documentation
  • 👋Welcome to BulkSMS
  • AUTHENTICATION & INTEGRATION
    • Getting started with Integration
      • Creating a New API Key
      • Get API Key
      • Test API Key
    • Registering Webhooks
      • Delivery Receipt Notification
      • Incoming Message Notification
      • Short URL Click Notification
    • Understanding Response Codes
  • USE CASES
    • Send Single SMS Message
      • Understanding SMS Response Codes
    • Send Batch SMS Messages
      • Understanding Batch SMS Response Codes
    • Search Message logs
    • Search for Single Message log
    • List OptOuts
    • Add an OptOut
    • Delete an OptOut
    • Frequently Asked Questions
  • 📚Integrations
    • Integrating Mobivate framework into your own application
    • Automate SMS messages using events through Zapier
    • Asynchronous Number Verification
    • Synchronous Number Verification
    • Adding / Removing Contacts
    • Creating New Contact Group
  • 🔓ARCHIVED DOCS
    • Sending simple Notification messages
    • Sending SMS from 3rd Party Providers
    • Sending Campaigns
Powered by GitBook
On this page

Was this helpful?

  1. ARCHIVED DOCS

Sending simple Notification messages

Learn how to send simple messages using our API.

PreviousCreating New Contact GroupNextSending SMS from 3rd Party Providers

Last updated 1 year ago

Was this helpful?

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:

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 parameters if using the HTTP GET method. URL Encoding is NOT required when using HTTP POST.

🔓
URL Encode