2018-03-10 23:32:38 +01:00
|
|
|
Get notifications from every event supported by Zapier.
|
2017-06-02 02:37:37 +02:00
|
|
|
|
2018-03-10 23:32:38 +01:00
|
|
|
1. {!create-stream.md!}
|
2017-06-02 02:37:37 +02:00
|
|
|
|
2018-03-10 23:32:38 +01:00
|
|
|
1. {!create-bot-construct-url-indented.md!}
|
2017-06-02 02:37:37 +02:00
|
|
|
|
2018-03-10 23:32:38 +01:00
|
|
|
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**.
|
2017-06-02 02:37:37 +02:00
|
|
|
|
2018-03-10 23:32:38 +01:00
|
|
|
1. Set **URL** to the URL constructed above. Set **Payload Type** to `JSON`.
|
|
|
|
Add the following two fields to **Data**:
|
2017-06-02 02:37:37 +02:00
|
|
|
|
2018-03-17 19:38:13 +01:00
|
|
|
* `topic` corresponds to the topic of a message
|
2018-03-10 23:32:38 +01:00
|
|
|
* `content` corresponds to the content of a message
|
2017-06-02 02:37:37 +02:00
|
|
|
|
2018-03-17 19:38:13 +01:00
|
|
|
Customize the `topic` and `content` fields as necessary. Click
|
2018-03-10 23:32:38 +01:00
|
|
|
**Continue**.
|