Sends a POST request with the notification contents in the body to a webhook URL

Hierarchy

  • NotifierConfig
    • WebhookConfig

Properties

Properties

headers: undefined | Record<string, string>

A key-value pair object to pass into the POST request headers

Example

{ Authorization: "Bearer ABCD" }

Env

WEBHOOK_HEADERS (stringified JSON)

url: string

Webhook URL

Env

WEBHOOK_URL

Generated using TypeDoc