Guide guides
149 guides
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.
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.
Guide to BigCommerce Webhooks: Features and Best Practices
In this guide, you will learn about BigCommerce webhooks features, their behavior, and what are the best practices for working with them.
Using Hookdeck with OpenClaw: Reliable Webhooks for Your AI Agent
Learn how to set up Hookdeck with OpenClaw to add reliability, retries, deduplication, and observability to your AI agent's webhook integrations.
Stripe Thin Events: Best Practices Guide
Learn how to handle Stripe's thin event webhooks at scale using Hookdeck's Event Gateway, including strategies for API rate limiting, event deduplication, and reliable event processing.
How to Test and Replay Stripe Webhooks Locally
A tutorial in which you learn how to receive Stripe webhook events through Hookdeck to an application running on localhost.
Guide to Discord Webhooks: Features and Best Practices
Complete guide to Discord webhook features, best practices for production deployments, and solutions to common pain points including rate limits, security, and delivery reliability.
How to Get Started with Discord Webhooks
Learn what Discord webhooks do, where to find them, how to create one, and how to send messages to a Discord channel from any external application.
Tutorial: How to Configure Discord Webhooks Using the API
Learn how to use Discord's API to create a webhook integration. Follow a step-by-step tutorial of an example where we set up a Discord bot to receive notification from GitHub.
Tutorial: How to Configure Discord Webhooks Using the Admin Interface
Learn how to create, edit, and delete a discord webhook using the Settings page with the help of an example detailed step-by-step