Datadog-Webhooks integration.

Hierarchy

  • WebhooksIntegration

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
customHeaders?: string

If null, uses no header. If given a JSON payload, these will be headers attached to your webhook.

Encoding type. Can be given either json or form.

name: string

The name of the webhook. It corresponds with <WEBHOOK_NAME>. Learn more on how to use it in monitor notifications.

payload?: string

If null, uses the default payload. If given a JSON payload, the webhook returns the payload specified by the given payload. Webhooks variable usage.

url: string

URL of the webhook.

Generated using TypeDoc