2017-07-07 05:01:16 +02:00
|
|
|
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**:
|
|
|
|
|
|
|
|
![](/static/images/help/bot_types.png)
|
|
|
|
|
|
|
|
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:
|
2017-05-18 03:43:32 +02:00
|
|
|
|
2017-05-25 00:13:50 +02:00
|
|
|
{!webhook-url.md!}
|
2017-05-25 03:01:19 +02:00
|
|
|
|
2017-05-25 03:29:03 +02:00
|
|
|
Modify the parameters of the URL above, where `api_key` is the API key
|
|
|
|
of your Zulip bot, and `stream` is the stream name you want the
|
|
|
|
notifications sent to.
|