Send a single SMS/MMS message
| Argument | Data Type | Required | Description |
| mobile | integer | Yes | Phone number to send to |
| message | string | Yes | The text message to send. If emojis are used then in it is MMS. |
| fromphoneid | integer | Yes | Phone ID of number to send from found via listnumbers or buynumber api |
| mediaurl | string | No | An link to a image file or graphic must be https:// |
| XML Response | JSON Response |
| <response> <smsid>114039</smsid> </response> |
{
"smsid": "114039"
} |