integrations: Add missing instruction to create-a-bot docs macros.

This commit is contained in:
Rishi Gupta 2018-02-08 19:57:02 -08:00 committed by Eeshan Garg
parent be3d43bb46
commit 9449556eff
2 changed files with 5 additions and 1 deletions

View File

@ -8,3 +8,5 @@ Next, on your {{ settings_html|safe }},
The API key for an incoming webhook bot cannot be used to read messages out
of Zulip. Thus, using an incoming webhook bot lowers the security risk of
exposing the bot's API key to a third-party service.
Fill out the rest of the fields, and click **Create bot**.

View File

@ -9,7 +9,9 @@
of Zulip. Thus, using an incoming webhook bot lowers the security risk of
exposing the bot's API key to a third-party service.
Construct the URL for the {{ integration_display_name }}
Fill out the rest of the fields, and click **Create bot**.
Now, construct the URL for the {{ integration_display_name }}
bot using the bot's API key and the desired stream name:
{!webhook-url.md!}