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
|
2018-08-21 05:31:27 +02:00
|
|
|
of your Zulip bot, and `stream` is the URL-encoded stream name you want the
|
2018-03-17 19:47:53 +01:00
|
|
|
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-18 18:51:34 +01:00
|
|
|
If you'd like this integration to always send to the topic
|
2018-08-21 05:31:27 +02:00
|
|
|
`your topic`, just add `&topic=your%20topic` to the end of the URL.
|