CanHook
Features Pricing Docs FAQ Blog Log in Get started free

Integrations

Quick answer

Point any service's webhook setting at your CanHook catch URL. Below are quick setups for Stripe, GitHub, and Shopify.

Stripe

In the Stripe Dashboard → Developers → Webhooks, add an endpoint with your CanHook catch URL. Send a test event; CanHook captures the full signed payload so you can inspect the event shape before building your handler.

GitHub

In a repository → Settings → Webhooks → Add webhook, set the Payload URL to your catch URL, choose application/json, and pick the events to send. Push or open a PR and inspect the delivery in CanHook.

Shopify

In Shopify admin → Settings → Notifications → Webhooks, create a webhook pointing at your catch URL. CanHook captures order, product, and other events so you can see the exact JSON Shopify sends.