mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This commit: * Removes the unnecessary screenshot. * Reorders the instructions and combines them in to 4 steps. * Improves the contents of the webhook-url-with-bot-email-indented.md macro and makes it more consistent with create-bot-construct-url.md. * Sets the recommended stream name to "commits", since that's what the webhook function for Beanstalk expects in zerver/webhooks/beanstalk/view.py. This allows us to use the create-stream.md macro.
10 lines
473 B
Markdown
10 lines
473 B
Markdown
Construct the URL for the {{ integration_display_name }}
|
|
bot using the bot's API key and email address:
|
|
|
|
`{{ external_uri_scheme }}bot_email:bot_api_key@{{ api_url_scheme_relative }}{{ integration_url }}`
|
|
|
|
Modify the parameters of the URL above, where `bot_email` is
|
|
the bot's URL-encoded email address and `bot_api_key` is the
|
|
bot's API key. To URL-encode the email address, you just need
|
|
to replace `@` in the bot's email address with `%40`.
|