Platform Guides

Guides to use webhooks with your favorite platforms

Building post-purchase AI follow-up with Shopify and Claude

Drive Shopify orders/paid webhooks through Hookdeck to a Claude follow-up handler — with idempotency, Black Friday rate limits, retries, and replay — then fan personalised emails, CRM updates, and retargeting events into multiple downstreams.

Shopify Claude Code Tutorial AI

Building dispute response prep with Stripe and Claude

Funnel Stripe dispute webhooks through Hookdeck to a Claude evidence-mapping handler — with idempotency, ordering, retries, and replay — then fan structured response drafts into Linear, object storage, and Slack.

Stripe Claude Code Tutorial AI

Building AI ticket triage with Zendesk and Claude

Route Zendesk new-ticket webhooks through Hookdeck to a Claude triage handler — with filtering, transforms, rate limits, and retries — then fan classifications and draft replies back into Zendesk, Slack, and bug-pattern aggregation.

Zendesk Claude Code Tutorial AI

Building AI email triage with Mailgun and Claude

Wire Mailgun inbound email through Hookdeck to a Claude triage handler — with spam filters, transforms, rate limits, and retries — then fan classified results into Zendesk, Slack, and metrics.

Mailgun Claude Code Tutorial AI

Building AI code review with GitHub and Claude

Wire GitHub pull request webhooks through Hookdeck to a Claude code review handler — with filtering, rate limits, transforms, retries, and replay, then fan the review back into GitHub as inline comments.

GitHub Claude Code Tutorial AI

How to Test and Replay Claude Webhooks Locally

A tutorial in which you learn how to receive Claude Managed Agent webhooks through Hookdeck to an application running on localhost, with full inspection and one-click replay.

Claude Code Tutorial AI

How to Secure and Verify Claude Webhooks with Hookdeck

Learn how to secure your Claude Managed Agent webhooks using HMAC signature verification and how Hookdeck can simplify the process.

Claude Code Tutorial AI

Guide to Claude Webhooks: Features and Best Practices

Claude Managed Agent webhooks explained: session, vault, agent, and deployment events, signature verification, limitations, and production best practices.

Claude Code AI

How to Connect External Webhooks to Claude Code Using Channels and Hookdeck CLI

Learn how to push external webhook events directly into a running Claude Code session using Channels and Hookdeck CLI. Build a webhook channel server, get a public URL, and have Claude react to real-time events from GitHub and other services.

Claude Code Tutorial

How to Run Claude Code as a Linear Agent: Webhook Triggers with Cyrus and Hookdeck CLI

Use Linear webhooks to trigger Claude Code as an AI agent. Cyrus and the Hookdeck CLI turn issue assignments into agent runs, with no infrastructure to deploy.

Linear Claude Code Tutorial