-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
fc435aa
commit 3a6d9c7
Showing
3 changed files
with
598 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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=' /> |
Oops, something went wrong.