Details about a failed webhook.

interface FailedWebhook {
    body?: string;
    failureTime: number;
    id: string;
    url: string;
}

Properties

Properties

body?: string

The webhook body.

failureTime: number

The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry).

id: string

The webhook ID, as sent in the X-Atlassian-Webhook-Identifier header with the webhook.

url: string

The original webhook destination.