@shortcut/client
    Preparing search index...

    Interface ShortcutWebhookClientOptions

    interface ShortcutWebhookClientOptions {
        bodyLimit?: number;
        installationId?: string;
        timestampToleranceMs?: number;
        workspaceId?: string;
    }
    Index

    Properties

    bodyLimit?: number

    Maximum request-body size in bytes. Defaults to 2 MiB.

    installationId?: string

    Only accept deliveries for this installation id; others receive 403.

    timestampToleranceMs?: number

    Reject deliveries whose timestamp is further than this from the server clock. Off by default: Shortcut redelivers failed deliveries later with the original timestamp, so a window rejects legitimate retries.

    workspaceId?: string

    Only accept deliveries for this workspace id; others receive 403.