Platform Guides
Guides to use webhooks with your favorite platforms
Why most webhook-triggered agents don't need a workflow engine
A case against over-tooling reliable agent infrastructure. If your webhook-triggered agent is three function calls with an LLM in the middle, a durable workflow engine is overkill. A gateway and a well-behaved handler will do — and keep the expensive option for later.
Webhook Gateways and Durable Runtimes: Two Tools for Reliable Agent Workflows
Webhook gateways and durable runtimes solve different halves of the reliable-agent-workflow problem. A guide to what each category does, where each shines, and how to decide which you need — or whether you need both.
How to Test and Replay Slack Webhooks Locally with Hookdeck
A tutorial in which you learn how to receive Slack Events API webhooks through Hookdeck to an application running on localhost.
How to Test and Replay Notion Webhooks Locally with Hookdeck
A tutorial in which you learn how to receive Notion webhook events through Hookdeck to an application running on localhost.
How to Secure and Verify Slack Webhooks with Hookdeck
Learn how to secure your Slack Events API webhooks using HMAC-SHA256 signature verification and how Hookdeck can simplify the process.
How to Secure and Verify PayPal Webhooks with Hookdeck
Learn how to secure your PayPal webhooks using RSA-SHA256 signature verification and how Hookdeck can simplify the process.
How to Secure and Verify Notion Webhooks with Hookdeck
Learn how to secure your Notion webhooks using HMAC-SHA256 signature verification and how Hookdeck can simplify the process.
How to Secure and Verify Jira Webhooks with Hookdeck
Learn how to secure your Jira webhooks using HMAC-SHA256 signature verification and how Hookdeck can simplify the process.
How to Secure and Verify HubSpot Webhooks with Hookdeck
Learn how to secure your HubSpot webhooks using HMAC-SHA256 signature verification (v3) and how Hookdeck can simplify the process.
GitHub agent automation: Hookdeck, Trigger.dev, and Claude
Build AI-powered GitHub agent automation (PR reviews, issue labels, Slack summaries) with durable Trigger.dev tasks behind Hookdeck: GitHub Source Authentication, transforms, retries, and two routing patterns—task router vs connection routing at the edge.