Hookdeck is a platform that enables developers to manage, monitor, and secure webhooks and API events.
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 all future scheduled retries for an event. Use when you need to mute automatic retry attempts after repeated failures.
Tool to create a bookmark for a specific event request in Hookdeck. Bookmarks allow you to catalog and replay specific webhook requests. Use this to save important or edge-case requests for testing, debugging, or documentation purposes. Bookmarked request data is exempt from the archiving period and remains available as long as it is bookmarked.
Tool to create a connection between a source and a destination. Use after setting up or referencing source/destination.