mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
webhooks: Recommend creating "incoming webhook" bot.
In all our webhooks' docs, we now recommend creating a bot with the "Incoming webhook" bot type.
This commit is contained in:
BIN
static/images/help/bot_types.png
Normal file
BIN
static/images/help/bot_types.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -1,6 +1,17 @@
|
||||
Next, on your {{ settings_html|safe }}, create a bot for
|
||||
{{ integration_display_name }}. Construct the URL for the
|
||||
{{ integration_display_name }} bot using the bot API key and stream name:
|
||||
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 keys for "Incoming webhook" bots are limited to only
|
||||
sending messages via webhooks. Thus, this bot type lessens
|
||||
the security risks associated with exposing the bot's API
|
||||
key to third-party services.
|
||||
|
||||
Construct the URL for the {{ integration_display_name }}
|
||||
bot using the bot API key and stream name:
|
||||
|
||||
{!webhook-url.md!}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user