Create a new HookIncomings instance.
Function for making API requests
Delete items from a webhook's queue.
The hook ID to delete queue items for
Which items to delete
Promise with the IDs that were deleted and an optional partial-failure error
Get detail of a single queued item, including its payload when available. Confidential hooks omit payload data.
The hook ID the queue item belongs to
The 32-character lowercase hexadecimal ID of the queue item to retrieve
Promise with the queue item detail
List items currently queued for a webhook.
The hook ID to list queued items for
Optionaloptions: ListHookIncomingsOptionsOptional filtering and pagination parameters
Promise with the list of queued items
Get queue size and limit for a webhook.
The hook ID to get queue stats for
Promise with the queue stats
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.