2018-02-17 23:06:04 +01:00
|
|
|
Construct the URL for the {{ integration_display_name }}
|
|
|
|
bot using the bot's API key and email address:
|
2017-11-25 00:02:20 +01:00
|
|
|
|
|
|
|
`{{ external_uri_scheme }}bot_email:bot_api_key@{{ api_url_scheme_relative }}{{ integration_url }}`
|
|
|
|
|
2018-02-17 23:06:04 +01:00
|
|
|
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`.
|