From afbc157811479c0ae53ed17f33b22b8b513779c0 Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Mon, 12 Jan 2026 08:16:11 -0800 Subject: [PATCH] Webhooks --- snippets/examples/webhooks.mdx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 snippets/examples/webhooks.mdx diff --git a/snippets/examples/webhooks.mdx b/snippets/examples/webhooks.mdx new file mode 100644 index 00000000..bd9b9c02 --- /dev/null +++ b/snippets/examples/webhooks.mdx @@ -0,0 +1,22 @@ +## Webhook examples + + +### Zapier + + +1. [Sign up for Zapier](https://zapier.com/sign-up), if you don't already have an account. +2. [Log in to your Zapier account](https://zapier.com/app/login), if you aren't already logged in. +3. On the sidebar, click **Create > Zaps**. +4. In the designer, click **Trigger: Select the event that starts your Zap**. +5. In the dialog, with **Home** selected in the sidebar, under **Popular built-in tools**, click **Webhooks**. +6. In the settings pane on the right, for **Trigger event**, select **Catch Raw Hook**. + + +### Slack + + +### Webhook.site + + + +### Beeceptor \ No newline at end of file