# 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

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