Anchorage API reference
    Preparing search index...
    interface WebhookAuditEvent {
        contentBytes: number;
        delivered?: 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.

    delivered?: number

    Rows actually delivered (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"