Sending Messages To Subscribers (API)
This document aims to detail how to send a message to your subscribers via RESTFul api.
You can send standard messages to your subscribers via our RESTful API by making the following POST request:
Parameters
The only parameter required for the request is the message you want to send your subscribers.
msisdn
The unique MSISDN you are trying to unsubscribe.
keyword
Your unique Mobivate keyword.
provider
Network provider to use for the message. Can be either default
or premium
.
cost
The cost of the message to your subscriber, for example: 100
.
message
Your message, for example: Hello World!
signature
Unique parameter consisting of three values: campaign_id, msisdn and account_id. For example: 1af289e14aa593c843da7cd869a8e2f7
.
Successful response
If your user has been sent a message successfully you will receive the following response, HTTP Status Code 200:
Last updated