zulip/zerver/webhooks/zapier/doc.md

20 lines
694 B
Markdown

Get notifications from every event supported by Zapier.
1. {!create-stream.md!}
1. {!create-bot-construct-url-indented.md!}
1. Create a **Zap** and select the service you'd like to receive notifications
from as the **Trigger (Step 1)**. Choose **Webhooks by Zapier** as the
app in **Action (Step 2)**. Select **POST** as the action, and click
**Save + Continue**.
1. Set **URL** to the URL constructed above. Set **Payload Type** to `JSON`.
Add the following two fields to **Data**:
* `topic` corresponds to the topic of a message
* `content` corresponds to the content of a message
Customize the `topic` and `content` fields as necessary. Click
**Continue**.