mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
webhooks/beeminder/doc.md: Add instructions for creating a bot.
This commit is contained in:
@@ -2,6 +2,18 @@ Get Beeminder notifications in Zulip whenever you're going to derail from your g
|
|||||||
|
|
||||||
{!create-stream.md!}
|
{!create-stream.md!}
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Construct the URL for the Beeminder bot using the bot's API key and your Zulip email.
|
||||||
|
|
||||||
The webhook URL should look like:
|
The webhook URL should look like:
|
||||||
|
|
||||||
`{{api_url}}?api_key=BOT'S_API_KEY&email=foo@example.com`
|
`{{api_url}}?api_key=BOT'S_API_KEY&email=foo@example.com`
|
||||||
|
|||||||
Reference in New Issue
Block a user