WebhookReceiver Class

A webhook receiver.

All required parameters must be populated in order to send to Azure.

Inheritance
WebhookReceiver

Constructor

WebhookReceiver(*, name: str, service_uri: str, use_common_alert_schema: Optional[bool] = False, **kwargs)

Variables

name
str

Required. The name of the webhook receiver. Names must be unique across all receivers within an action group.

service_uri
str

Required. The URI where webhooks should be sent.

use_common_alert_schema
bool

Indicates whether to use common alert schema.