mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
markdown macros: Add create-a-bot-indented macro.
This commit is contained in:
12
templates/zerver/help/include/create-a-bot-indented.md
Normal file
12
templates/zerver/help/include/create-a-bot-indented.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
Next, on your {{ settings_html|safe }},
|
||||||
|
[create a bot](/help/add-a-bot-or-integration) for
|
||||||
|
{{ integration_display_name }}. Make sure that you select
|
||||||
|
**Incoming webhook** as the **Bot type**:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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**.
|
||||||
@@ -1,15 +1,4 @@
|
|||||||
Next, on your {{ settings_html|safe }},
|
{!create-a-bot-indented.md!}
|
||||||
[create a bot](/help/add-a-bot-or-integration) for
|
|
||||||
{{ integration_display_name }}. Make sure that you select
|
|
||||||
**Incoming webhook** as the **Bot type**:
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
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**.
|
|
||||||
|
|
||||||
Now, construct the URL for the {{ integration_display_name }}
|
Now, construct the URL for the {{ integration_display_name }}
|
||||||
bot using the bot's API key and the desired stream name:
|
bot using the bot's API key and the desired stream name:
|
||||||
|
|||||||
Reference in New Issue
Block a user