2024-07-04 13:47:33 +02:00
|
|
|
# Zulip IFTTT integration
|
|
|
|
|
2018-08-10 18:30:16 +02:00
|
|
|
IFTTT supports integrations with hundreds of
|
|
|
|
[physical and digital products](https://ifttt.com/services), like
|
|
|
|
dishwashers, cars, web services, and more. Get IFTTT notifications directly
|
|
|
|
in Zulip.
|
2017-05-25 05:26:16 +02:00
|
|
|
|
2024-07-04 13:47:33 +02:00
|
|
|
{start_tabs}
|
|
|
|
|
2024-05-05 22:30:09 +02:00
|
|
|
1. {!create-channel.md!}
|
2017-05-25 05:26:16 +02:00
|
|
|
|
2023-09-21 02:23:45 +02:00
|
|
|
1. {!create-an-incoming-webhook.md!}
|
|
|
|
|
2024-07-04 13:47:33 +02:00
|
|
|
1. {!generate-webhook-url-basic.md!}
|
2017-05-25 05:26:16 +02:00
|
|
|
|
2024-07-04 13:47:33 +02:00
|
|
|
1. Create an [IFTTT account](https://ifttt.com/join). Select the service
|
|
|
|
you'd like to receive notifications from as `this`. Select
|
|
|
|
**Webhooks** as `that`. Select the **Make a web request** action.
|
2017-05-25 05:26:16 +02:00
|
|
|
|
2024-07-04 13:47:33 +02:00
|
|
|
1. Set **URL** to the URL generated above. Set **Method** to `POST`,
|
|
|
|
and set **Content Type** to `application/json`.
|
|
|
|
|
|
|
|
1. Set **Body** to a JSON object with two parameters: `content` and
|
|
|
|
`topic`, like so:
|
2017-05-25 05:26:16 +02:00
|
|
|
|
2018-03-17 21:11:54 +01:00
|
|
|
`{"content": "message body", "topic": "message topic"}`
|
2017-05-25 05:26:16 +02:00
|
|
|
|
2018-03-10 23:06:19 +01:00
|
|
|
You will most likely want to specify some IFTTT **Ingredients** to
|
2018-03-17 21:11:54 +01:00
|
|
|
customize the topic and content of your messages. Click **Add ingredient**
|
|
|
|
to see the available options and customize the `content` and `topic`
|
2024-07-04 13:47:33 +02:00
|
|
|
parameters as necessary.
|
|
|
|
|
|
|
|
1. Click **Create action**, and click **Finish**.
|
|
|
|
|
|
|
|
{end_tabs}
|
|
|
|
|
|
|
|
Congratulations! You're done!
|
|
|
|
|
|
|
|
### Related documentation
|
2018-08-10 18:30:16 +02:00
|
|
|
|
2024-07-04 13:47:33 +02:00
|
|
|
{!webhooks-url-specification.md!}
|