Files
zulip/zerver/webhooks/dropbox/doc.md
Anders Kaseorg dc33a0ae67 markdown: Rewrite include plugin without markdown-include.
markdown-include is GPL licensed.

Also, rewrite it as a block processor, so that it works correctly
inside indented blocks.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-06-26 17:36:31 -07:00

24 lines
826 B
Markdown

Get Dropbox notifications in Zulip!
1. {!create-stream.md!}
1. {!create-bot-construct-url.md!}
1. Go to your [Dropbox apps page](https://www.dropbox.com/developers/apps).
Click on **Create app** near the top-right corner, and follow the on-screen
instructions to create an app. Once you've created the app, you will be
redirected to the **Settings** tab for your app. Scroll down to the
**Webhooks** section.
1. Go to the **Oauth 2** section , at the bottom of which you'll find a **Generate**
button. Click on it to activate the app for your account.
![](/static/images/integrations/dropbox/oauth2_generate.png)
1. Set **Webhook URIs** to the URL constructed above and click **Add**.
The status of the webhook should say **Enabled**.
{!congrats.md!}
![](/static/images/integrations/dropbox/001.png)