Hookdeck
Hookdeck is a Toronto-based webhook and event-infrastructure platform. The Hookdeck Event Gateway sits between webhook senders and your services to receive, verify, queue, retry, transform, filter, route, and observe events reliably at scale. Hookdeck exposes a fully versioned REST Admin API, a CLI for local development, language SDKs (TypeScript, Go, Python, .NET), a Terraform provider, and the open-source Outpost project for self-hostable outbound webhook delivery.
APIs
Hookdeck Connections API
Create, update, list, archive, pause, and unpause connections. A connection routes events from a Source to a Destination and may carry rules (retry, alert, transform, filter, de...
Hookdeck Sources API
Manage sources — the upstream endpoints (webhook senders or push channels) that ingest events into Hookdeck. Sources support platform-specific verification (Stripe, GitHub, Twil...
Hookdeck Destinations API
Manage destinations — the downstream targets (HTTP endpoints, AWS SQS, Azure Service Bus, GCP Pub/Sub, Kafka, RabbitMQ, MongoDB, and more) where Hookdeck delivers events. Suppor...
Hookdeck Events API
List, retrieve, retry, mute, and inspect events and their delivery attempts. An event is any request Hookdeck received from a source; an attempt is each delivery try against a d...
Hookdeck Requests API
List and inspect raw requests received by Hookdeck. A request precedes events and is what gets accepted at the gateway boundary before verification, fan-out, transformation, and...
Hookdeck Transformations API
Manage transformations — sandboxed JavaScript executed against events to mutate headers, body, path, or query string before delivery. Also includes a sandboxed run endpoint for ...
Hookdeck Bookmarks API
Save bookmarked events for quick replay and one-click testing during development. Bookmarks let your team capture canonical event payloads and trigger them on demand into any de...
Hookdeck Bulk Operations API
Plan, schedule, and cancel bulk operations that retry or cancel many events, requests, or ignored events at once. Each bulk operation reports per-batch counts, total scope, and ...
Hookdeck Issues API
Track issues that occur on events, requests, and backpressure, and manage the triggers (rules) that open and route issues to Slack, Email, Microsoft Teams, Discord, BetterUptime...
Hookdeck Metrics API
Query aggregated metrics for events, requests, and attempts — success counts, failure counts, response time, throughput, and SLA bands grouped by source, destination, or connect...
Hookdeck Integrations API
Configure platform integrations that adapt Hookdeck behavior for specific source platforms — including signature verification, header normalization, allowed event types, and pla...
Hookdeck Notifications API
Manage how your team is notified when issues occur — channel routing, mute windows, per-team subscriptions, and the templates rendered to Slack, Email, Microsoft Teams, and Disc...
Agent Skills showing 24 of 39
chargebee-webhooks
AGENT SKILLclaude-managed-agents-webhooks
AGENT SKILLclerk-webhooks
AGENT SKILLcursor-webhooks
AGENT SKILLdeepgram-webhooks
AGENT SKILLdiscord-webhooks
AGENT SKILLelevenlabs-webhooks
AGENT SKILLfusionauth-webhooks
AGENT SKILLgemini-webhooks
AGENT SKILLgithub-webhooks
AGENT SKILLgitlab-webhooks
AGENT SKILLhookdeck-event-gateway-webhooks
AGENT SKILLhookdeck-event-gateway
AGENT SKILLhubspot-webhooks
AGENT SKILLhuggingface-webhooks
AGENT SKILLintercom-webhooks
AGENT SKILLknock-webhooks
AGENT SKILLlinear-webhooks
AGENT SKILLmailgun-webhooks
AGENT SKILLnotion-webhooks
AGENT SKILLopenai-webhooks
AGENT SKILLopenclaw-webhooks
AGENT SKILLorb-webhooks
AGENT SKILLoutpost
AGENT SKILLCollections
Hookdeck Bookmarks API
POSTMANHookdeck Bulk Operations API
POSTMANHookdeck Connections API
POSTMANHookdeck Destinations API
POSTMANHookdeck Events API
POSTMANHookdeck Integrations API
POSTMANHookdeck Issues API
POSTMANHookdeck Metrics API
POSTMANHookdeck Notifications API
POSTMANHookdeck Requests API
POSTMANHookdeck Sources API
POSTMANHookdeck Transformations API
POSTMANHookdeck Events API
OPENHookdeck Issues API
OPENHookdeck Metrics API
OPENHookdeck Sources API
OPENArazzo Workflows
Hookdeck Attach an Integration to a New Source
Create a source, create an authentication integration, then attach the integration to the source.
ARAZZOHookdeck Author and Verify a Transformation
Create a transformation, run it against a sample request, then read it back.
ARAZZOHookdeck Bookmark and Replay an Event
Find a delivered event, bookmark its payload, then trigger the bookmark to replay it.
ARAZZOHookdeck Bulk Retry Failed Events
Preview the impact of a bulk retry, start it, then poll until it completes.
ARAZZOHookdeck Cancel a Pending Event
Find a queued event for a connection, inspect it, then cancel its delivery.
ARAZZOHookdeck Create an Inline Connection
Create a connection along with its source and destination in a single call.
ARAZZOHookdeck Investigate Event Delivery Attempts
Resolve an event, list its delivery attempts, then read the latest attempt body.
ARAZZOHookdeck Pause and Resume a Connection
Read a connection, pause it for maintenance, then unpause it to drain held events.
ARAZZOHookdeck Provision a Connection
Create a source, create a destination, then wire them together with a connection.
ARAZZOHookdeck Replay an Inbound Request
Find a recent request, inspect it, replay it, then list the events it produced.
ARAZZOHookdeck Retry a Failed Event
Find the most recent failed event, inspect it, and retry delivery.
ARAZZOHookdeck Test Then Update a Transformation
Test new code against a sample request before persisting it to an existing transformation.
ARAZZOHookdeck Upsert a Connection by Name
Idempotently create or update a connection by name, then confirm the result.
ARAZZO