latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Server Administration
Notifications

Return app's event contact importance setting

This function retrieves the importance level of an application event for WHM's Contact Manager interface (Home >> Server Contacts >> Contact Manager).

Note:

The system will create a notification setting for the application's events if one does not already exist.

get/get_application_contact_event_importance

Query parameters

appstring required
Example:Check

The application module's name.

eventstring required
Example:SecurityAdvisorStateChange

The event's name.

Response

HTTP Request was successful.

Example response

{
  "data": {
    "name": "Disabled"
  },
  "metadata": {
    "command": "get_application_contact_event_importance",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}