Skip to main content

AlertWebhook Object

Represents a Webhook that is used for the purposes of alert notification.

Return fields

allowRemove (Boolean!)

Specifies whether the signed-in User can remove the AlertWebhook.

allowUpdate (Boolean!)

Specifies whether the signed-in User can update the AlertWebhook.

createdAt (DateTime!)

The timestamp at which the object was created.

groups (AlertGroupConnection!)

The AlertWebhooks in the AlertGroup

headers (JSONString)

A JSON string of key/value pairs that will be sent as headers in the Webhook request.

id (ID!)

The ID of the object

monitors (AlertMonitorConnection!)

The AlertWebhooks to call when the AlertMonitor is triggered.

name (String!)

The name of the AlertWebhook.

payloadTemplate (String!)

The template that is hydrated and then used as the body of the AlertWebhook request.

updatedAt (DateTime!)

The timestamp at which the object was most recently updated.

url (String!)

The URL of the AlertWebhook.