# 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

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=sendSMSNotification&number=NUMBER&body=BODY

# PHP Samples

# Response

{
    "success": true,
    "call": "sendSMSNotification",
    "server_time": 1460986731
}
Last Updated: 12/2/2024, 3:24:58 PM