# API: Send Mobile Notify to Staff
# sendMobileStaffNotify
Send mobile notification to all staff members. Notifications needs to be enabled in Extras->Mobile Notifications
# Required parameters
Parameter | Description |
---|---|
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=sendMobileStaffNotify&subject=SUBJECT&body=BODY
# PHP Samples
# Response
{
"success": true,
"call": "sendMobileStaffNotify",
"server_time": 1460986837
}