Vairified TypeScript SDK - v0.3.1
    Preparing search index...

    Class WebhookDelivery

    A single webhook delivery attempt.

    Index

    Accessors

    Properties

    id: string
    event: string
    url: string
    statusCode: number | null
    responseBody: string | null
    errorMessage: string | null
    attempts: number
    maxAttempts: number
    lastAttemptAt: string
    nextRetryAt: string | null
    completedAt: string | null
    createdAt: string
    payload: Readonly<Record<string, unknown>>