From 9449556eff108f5f56f0cc31a746cce53d32a201 Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Thu, 8 Feb 2018 19:57:02 -0800 Subject: [PATCH] integrations: Add missing instruction to create-a-bot docs macros. --- templates/zerver/help/include/create-a-bot.md | 2 ++ .../zerver/help/include/create-bot-construct-url-indented.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/zerver/help/include/create-a-bot.md b/templates/zerver/help/include/create-a-bot.md index be4204f544..44c31e748b 100644 --- a/templates/zerver/help/include/create-a-bot.md +++ b/templates/zerver/help/include/create-a-bot.md @@ -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**. diff --git a/templates/zerver/help/include/create-bot-construct-url-indented.md b/templates/zerver/help/include/create-bot-construct-url-indented.md index 2c76766314..035813e625 100644 --- a/templates/zerver/help/include/create-bot-construct-url-indented.md +++ b/templates/zerver/help/include/create-bot-construct-url-indented.md @@ -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!}