2022-06-26 02:38:55 +02:00
|
|
|
Construct the URL for the {{ integration_display_name }}
|
|
|
|
bot using the bot's API key and email address:
|
2017-06-05 02:59:24 +02:00
|
|
|
|
2023-04-26 02:24:11 +02:00
|
|
|
`{{ external_url_scheme }}bot_email:bot_api_key@{{ api_url_scheme_relative }}{{ integration_url }}`
|
2017-06-05 02:59:24 +02:00
|
|
|
|
2022-06-26 02:38:55 +02: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`.
|