mirror of https://github.com/zulip/zulip.git
29 lines
963 B
Markdown
29 lines
963 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:
|
||
|
|
||
|
`{{ external_api_uri_subdomain }}{{ 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**.
|
||
|
|
||
|
![](/static/images/integrations/yo-app/001.png)
|
||
|
|
||
|
Paste the URL in the **Callback** field and click on **Update**.
|
||
|
|
||
|
{!congrats.md!}
|
||
|
|
||
|
![](/static/images/integrations/yo-app/002.png)
|
||
|
|
||
|
Multiple users can use the same Yo bot; each user should use
|
||
|
their own Zulip account email in the webhook URL.
|