Ack Alarm

The connector can ack alarms by sending an ACK_ALARM command to the alarm recipient directly.

Prerequisite

You must target an existing Unacked alarm through the uuid in the payload.

Example
Example
{
    "type": "ACK_ALARM",
    "payload": {
        "uuid": "<uuid of the alarm to ack>"
    }
 }


The way that the different values are extracted from the Json can be changed in the connector advanced config.