diff --git a/docs/data-routing/5-examples/11-zapier-webhook.md b/docs/data-routing/5-examples/11-zapier-webhook.md new file mode 100644 index 00000000..1e1a07e9 --- /dev/null +++ b/docs/data-routing/5-examples/11-zapier-webhook.md @@ -0,0 +1,21 @@ +--- +title: Zapier Webhook +--- +import Pipeline from '@site/src/components/usethispipeline' + +[Zapier](https://zapier.com/) is a no-code automation tool that connects over +5,000 apps, enabling users to create automated workflows called "Zaps." This +allows for seamless integration and task automation between different applications, +streamlining processes and improving productivity without needing to write code. +It can be used in various scenarios, including IoT, to automate data transfer, +trigger notifications, and control devices across different platforms. This example +demonstrates accepting a JSON data payload, then delivering it to Zapier via the +[Webhook](/data-routing/destinations/webhook) data destination. It relies on +Zapier's native [Webhooks by Zapier app](https://zapier.com/features/webhooks). + +:::info Reminder +Make sure to replace the `url` with the correct Zapier Webhook URL for your +integration. +::: + +