markdown: Recommend substituting bot email and API key in URL.

We now recommend substituting the appropriate bot email and
API key in the webhook URL in the webhook-url-with-bot-email.md
macro.
This commit is contained in:
Eeshan Garg
2017-06-14 00:32:17 -02:30
committed by Tim Abbott
parent fa87c6113d
commit aa25348ddc

View File

@@ -2,6 +2,8 @@ In the URL field, enter:
`{{ external_uri_scheme }}bot_email:bot_api_key@{{ external_api_path_subdomain }}{{ integration_url }}` `{{ external_uri_scheme }}bot_email:bot_api_key@{{ external_api_path_subdomain }}{{ integration_url }}`
Make sure to replace the `@` in the bot's email address with `%40`, Replace `bot_email` and `bot_api_key` above with the URL-encoded email
as {{ integration_display_name }}'s website will incorrectly refuse address and API key of the bot. To URL-encode the email address, you
to parse a username containing a `@`. just need to replace `@` in the bot's email address with `%40`.