Hookdeck is a platform that enables developers to manage, monitor, and secure webhooks and API events.
Tool to add a custom domain to the Hookdeck project. Use when you need to configure a custom hostname for receiving webhooks.
Tool to create a bulk cancellation job for events. Use when you need to cancel multiple events matching filters.
Initiate a bulk retry for multiple events matching the specified filters. Use this to retry failed webhook deliveries in bulk instead of one at a time. The query must include at least one filter - common usage is to filter by status='FAILED'. The operation runs asynchronously and returns immediately with progress tracking info.
Cancel all future delivery attempts for a Hookdeck event. Use this to stop scheduled retries when you need to prevent further delivery attempts (e.g., due to known issues with the destination or invalid payload). Note: Events already in SUCCESSFUL or FAILED status cannot be cancelled but the API will return the event unchanged.
Tool to cancel an ongoing events bulk retry operation. Use when you need to stop a bulk retry that is currently in progress (e.g., if you realize the retry conditions were incorrect or the issue needs to be addressed before retrying).
Tool to cancel an in-progress requests bulk retry operation. Use when you need to stop a bulk retry that is currently running.