Files
zulip/templates/zerver/help/include/webhook-url-with-bot-email.md
Anders Kaseorg 0962393933 cleanup: Delete trailing newlines.
Delete trailing newlines from all files, except
tools/ci/success-http-headers.txt and tools/setup/dev-motd, where they
are significant, and static/third, where we want to stay close to
upstream.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-08-06 23:29:11 -07:00

332 B

In the URL field, enter:

{{ external_uri_scheme }}bot_email:bot_api_key@{{ api_url_scheme_relative }}{{ integration_url }}

Replace bot_email and bot_api_key above with the URL-encoded email address and API key of the bot. To URL-encode the email address, you just need to replace @ in the bot's email address with %40.