2018-02-17 23:03:38 +01:00
|
|
|
{!create-a-bot-indented.md!}
|
2018-02-09 04:57:02 +01:00
|
|
|
|
2018-02-23 01:42:15 +01: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-11-25 00:02:20 +01:00
|
|
|
|
|
|
|
{!webhook-url.md!}
|
|
|
|
|
|
|
|
Modify the parameters of the URL above, where `api_key` is the API key
|
2020-10-21 01:05:09 +02:00
|
|
|
of your Zulip bot, and `stream` is the [URL-encoded](https://www.urlencoder.org/)
|
|
|
|
stream name you want the notifications sent to. If you do not specify a
|
|
|
|
`stream`, the bot will send notifications via PMs to the creator of the bot.
|
2018-03-17 19:47:53 +01:00
|
|
|
|
2020-10-21 01:05:09 +02:00
|
|
|
If you'd like this integration to always send to a specific topic,
|
|
|
|
just include the (URL-encoded) topic as an additional parameter
|
|
|
|
(E.g. for `your topic`, append `&topic=your%20topic` to the URL).
|