Files
zulip/zerver/webhooks/dropbox/doc.md
Eeshan Garg 53ccbdcfd6 webhooks/dropbox: Update text and remove screenshots.
This commit modifies the text to:

1. Removes unnecessary screenshots.

2. Use the numbered-style format.

3. I also removed the instructions for generating an access token.
   I took a look at Dropbox's docs and you shouldn't need that
   for a webhook setup. The whole point behind a webhook is that
   one can get by without using OAuth.

4. Rearranges the instructions to only contain 4 steps. For
   uncomplicated instructions, that seems to be the ideal number.
2018-03-06 12:52:22 -08:00

20 lines
649 B
Markdown

Get Dropbox notifications in Zulip!
1. {!create-stream.md!}
1. {!create-bot-construct-url-indented.md!}
{!append-topic.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. Set **Webhook URIs** to the URL you created above and click **Add**.
The status of the webhook should say **Enabled**.
{!congrats.md!}
![](/static/images/integrations/dropbox/001.png)