Skip to content

Commit

Permalink
Zapier Webhook Example
Browse files Browse the repository at this point in the history
Adds example integrating with Zapier using Webhooks and Zapier's Webhooks by Zapier app. It doesn't rely on a "native" Zapier integration.

Signed-off-by: Jonathan Beri <[email protected]>
  • Loading branch information
beriberikix committed May 29, 2024
1 parent fc435aa commit 3a6d9c7
Show file tree
Hide file tree
Showing 3 changed files with 598 additions and 46 deletions.
21 changes: 21 additions & 0 deletions docs/data-routing/5-examples/11-zapier-webhook.md
Original file line number Diff line number Diff line change
@@ -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.
:::

<Pipeline link='https://console.golioth.io/pipeline?name=Zapier%20Webhook&pipeline=ZmlsdGVyOgogIHBhdGg6ICIqIgogIGNvbnRlbnRfdHlwZTogYXBwbGljYXRpb24vanNvbgpzdGVwczoKICAtIG5hbWU6IHN0ZXAwCiAgICBkZXN0aW5hdGlvbjoKICAgICAgdHlwZTogd2ViaG9vawogICAgICB2ZXJzaW9uOiB2MQogICAgICBwYXJhbWV0ZXJzOgogICAgICAgIHVybDogaHR0cHM6Ly9ob29rcy56YXBpZXIuY29tL2hvb2tzL2NhdGNoLzk4MTA3NzAvM3ZqamkwbC8=' />
Loading

0 comments on commit 3a6d9c7

Please sign in to comment.