Send Message to opt-in list API
Url: https://mcpn.us/limeApi?ev=sendMessageToList
Parameters (bold are mandatory):
Parameter Name (Case Sensitive)
|
Value |
Description |
Default Value |
user |
Advertiser username |
The advertiser’s username that matches the api_id |
None |
api_id |
Advertiser Api Id |
The advertiser’s api_id that matches the username |
Generated from edit profile |
listId |
Opt-in list id |
The opt-in list id to send |
|
message |
Text |
The message to send |
|
|
true/false |
Indicates if post to facebook |
false |
|
true/false |
Indicates if post to twitter |
false |
date |
Date string GMT time zone yyyy-MM-dd hh:mm:ss i.e. 2018-07-22 10:00:00 |
Optional for schedule the message to this date |
now |
topicId |
String (32 max characters) |
Added to this blast and will be return on the Inbox response URL when a mobile reply |
null |
excludeMobile |
number |
Exclude this specific mobile from this message send |
null |
If there is an error message it will be inside the body element.
Return Code
If the API succeeds then it will return with status code 200 with the following message: “Message queued successfully."
If an error occurs or there is an invalid parameter, then it returns with status code 400 or 500 with an error message in the response.
Comments
0 comments
Article is closed for comments.