# API: Send Mobile Notify to Client
# sendMobileClientNotify
Send mobile notification to customer. Notifications needs to be enabled in Extras->Mobile Notifications. Notifications needs to be enabled in Extras->Mobile Notifications
# Required parameters
Parameter | Description |
---|---|
client_id | HostBill client ID |
subject | Message subject |
body | Message body |
# Optional parameters
Parameter | Description |
---|---|
server_id | Connection ID to send SMS from |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=sendMobileClientNotify&client_id=CLIENT_ID&subject=SUBJECT&body=BODY
# PHP Samples
# Response
{
"success": true,
"call": "sendMobileClientNotify",
"server_time": 1460986731
}