@makehq/sdk
    Preparing search index...

    Class HookIncomings

    Class providing methods for working with a Make webhook's processing queue. Items accumulate here when a webhook receives data it can't immediately hand off to a running scenario.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Get detail of a single queued item, including its payload when available. Confidential hooks omit payload data.

      Parameters

      • hookId: number

        The hook ID the queue item belongs to

      • incomingId: string

        The 32-character lowercase hexadecimal ID of the queue item to retrieve

      Returns Promise<HookIncomingDetail>

      Promise with the queue item detail

      If incomingId is not a valid queue item ID