mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
The "subdomain" label is redundant, to the extent it's even accurate -- this is really just the URL we want to display, which may or may not involve a subdomain. Similarly "external". The former `external_api_path_subdomain` was never a path -- it's a host, followed by a path, which together form a scheme-relative URL. I'm not quite convinced that value is actually the right thing in 2 of the 3 places we use it, but fixing that can start by giving an accurate name to the thing we have.
29 lines
944 B
Markdown
29 lines
944 B
Markdown
See your Yo App notifications in Zulip!
|
|
|
|
First, on your {{ settings_html|safe }}, create a bot for
|
|
{{ integration_display_name }}. Construct the URL for the
|
|
{{ integration_display_name }} bot using the bot API key
|
|
and the email address associated with your Zulip account:
|
|
|
|
`{{ api_url }}{{ integration_url }}?api_key=abcdefgh&email=awesome@zulip.example.com`
|
|
|
|
Modify the parameters of the URL above, where `api_key` is the API key
|
|
of your Zulip bot.
|
|
|
|
You will receive your notifications as a private message from the bot.
|
|
|
|
Copy the URL created and go to <https://yoapi.justyo.co>.
|
|
|
|
Sign in using your username and password and go to **Edit Profile**.
|
|
|
|

|
|
|
|
Paste the URL in the **Callback** field and click on **Update**.
|
|
|
|
{!congrats.md!}
|
|
|
|

|
|
|
|
Multiple users can use the same Yo bot; each user should use
|
|
their own Zulip account email in the webhook URL.
|