Anchorage API reference
    Preparing search index...
    interface WebhookAuditEvent {
        contentBytes: number;
        deferred?: number;
        delivered?: number;
        denied?: number;
        deploymentTag?: string;
        failed?: number;
        matched?: number;
        outcome: "rejected" | "accepted";
        providerId: string;
        reason?: string;
        timestamp: string;
        type: "signal-provider.webhook";
    }
    Index

    Properties

    contentBytes: number

    Raw body size in bytes the size cap measured.

    deferred?: number

    Rows the deployment could not decide, awaiting redelivery (accepted path).

    delivered?: number

    Rows actually delivered (accepted path).

    denied?: number

    Rows the thread Durable Object refused on content (accepted path).

    deploymentTag?: string
    failed?: number

    Rows a defect made undeliverable — a provider or stored-row bug (accepted path).

    matched?: number

    Matched subscription rows (accepted path).

    outcome: "rejected" | "accepted"
    providerId: string
    reason?: string

    WHY, for rejected outcomes (or a partial-accept note).

    timestamp: string
    type: "signal-provider.webhook"