Alert Updated

This webhook is fired when an alert is updated in our system.

Payload

Information about the Alert that was updated. The alert ID, the alert's Doppel URL, its display ID, and other relevant miscellaeneous fields are also included.

Top-level webhook payload, containing the event type and the event-specific payload.

string
enum
required

The type of event that occurred.

Allowed:
date-time
required

Timestamp of the alert update.

updated_values
object
required

Key-value pairs of fields that were updated in the alert.

initial_values
object
required

Initial key-value pairs of fields that were updated in the alert.

alert
object
required

Payload type for the "Alert Updated" webhook.

Responses
201

Webhook notification received successfully, and acted upon synchronously.

202

Webhook notification received successfully, but will be acted upon asynchronously.

400

Invalid payload received.

LoadingLoading…