# 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

# 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
}
Last Updated: 5/12/2023, 3:22:14 PM