@makehq/sdk
    Preparing search index...

    Type Alias HookIncomingDetail

    HookIncomingDetail: HookIncoming & {
        data?: JSONValue;
        isHookConfidential?: boolean;
    }

    Detail of a single webhook queue item, including its payload.

    Type declaration

    • Optionaldata?: JSONValue

      The queued payload. Omitted when the hook is confidential.

    • OptionalisHookConfidential?: boolean

      Whether the hook is confidential, in which case the payload is withheld