mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
We now recommend substituting the appropriate bot email and API key in the webhook URL in the webhook-url-with-bot-email.md macro.
10 lines
338 B
Markdown
10 lines
338 B
Markdown
In the URL field, enter:
|
|
|
|
`{{ external_uri_scheme }}bot_email:bot_api_key@{{ external_api_path_subdomain }}{{ 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`.
|
|
|
|
|