API: Send SMS Notification
sendSMSNotification
Send SMS notification to client
Required parameters
Parameter | Description |
number | Phone number |
body | Message to send |
Optional parameters
Parameter | Description |
module_id | Module ID to send SMS from required if module_filename and server_id are not set |
module_filename | Module filename to send SMS from required if module_id and server_id are not set |
brand_id | Brand ID to use load notification module configuration from |
server_id | Connection ID to send SMS from required if module_filename and module_id are not set |
Request
PHP Samples
Response