2022-09-09 00:06:37 +02:00
|
|
|
{!create-an-incoming-webhook.md!}
|
2017-07-07 05:01:16 +02:00
|
|
|
|
|
|
|
Construct the URL for the {{ integration_display_name }}
|
2017-12-02 06:48:29 +01:00
|
|
|
bot using the bot's API key and the desired stream name:
|
2017-05-18 03:43:32 +02:00
|
|
|
|
2017-05-25 00:13:50 +02:00
|
|
|
{!webhook-url.md!}
|
2017-05-25 03:01:19 +02:00
|
|
|
|
2017-05-25 03:29:03 +02:00
|
|
|
Modify the parameters of the URL above, where `api_key` is the API key
|
2022-08-19 18:56:01 +02:00
|
|
|
of your Zulip bot, and `stream` is the [URL-encoded][url-encoder]
|
|
|
|
stream name you want the notifications sent to. If you don't specify a
|
2023-06-16 01:41:38 +02:00
|
|
|
`stream`, the bot will send notifications via direct messages to the
|
2022-08-19 18:56:01 +02:00
|
|
|
creator of the bot.
|
2018-03-17 19:47:53 +01:00
|
|
|
|
2022-08-19 18:56:01 +02:00
|
|
|
If you'd like this integration to always send notifications to a
|
|
|
|
specific topic in the specified stream, just include the
|
|
|
|
[URL-encoded][url-encoder] topic as an additional parameter. E.g.,
|
|
|
|
for `your topic`, append `&topic=your%20topic` to the URL.
|
2022-08-16 21:27:45 +02:00
|
|
|
|
|
|
|
{% if all_event_types is defined %}
|
|
|
|
|
|
|
|
{!event-filtering-instruction.md!}
|
|
|
|
|
|
|
|
{% endif %}
|
2022-08-19 18:56:01 +02:00
|
|
|
|
|
|
|
[url-encoder]: https://www.urlencoder.org/
|