//[[restapi:start|RESTful API]]//
~~NOTOC~~
====== Fire message Descriptor ======
The [[restapi:sms#fire_message_post|Fire Message (POST)]] and [[restapi:two_way_message|Two Way Message]] methods uses this descriptor //-as a json file-// to handle the details for each MO
==== Json Structure ====
{
"event": {
"fld-val-list": {
"sender_id_id":"SENDER_ID_CODE",
"keyword_value":"STOP",
"recipient_address":"13055468310",
},
},
}
==== Basic JSON Parameters ====
^ Parameter Name ^ Description ^ Possible Values ^
| recipient_address | mobilenumber simulating the MO | Text |
| keyword_value | text to simulate | Text |
| sender_id_id | Shortcode to send the MO | Text |
This parameter names are values by default, if you want to use other parameter names please contact the administratator. For example to use "mobilenumber" instead of "recipient_address"