Files
zulip/zerver/webhooks/yo/doc.md
Adam Birds 3649da27bf integrations: Update Yo Documentation.
I have updated the documentation for the Yp integration to include
number for ease of readability.

Fixes part of #17633.
2021-03-16 15:29:47 -07:00

992 B

See your Yo App notifications in Zulip!

  1. 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

  2. Modify the parameters of the URL above, where api_key is the API key of your Zulip bot.

  3. You will receive your notifications as a private message from the bot.

  4. Copy the URL created and go to https://yoapi.justyo.co.

  5. Sign in using your username and password and go to Edit Profile.

  6. 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.