WebhookEvent: {
    attemptsMade: number;
    id: string;
    payload: WebhookPayload;
    webhookEventType: WebhookEventType;
}

Type declaration

  • attemptsMade: number

    The number of attempts made to deliver the webhook.

  • id: string

    The webhook ID.

  • payload: WebhookPayload
  • webhookEventType: WebhookEventType