Files
zulip/zerver/webhooks/dropbox/doc.md
Angelika Serwa 2f575cca72 Add Dropbox webhook integration.
This is just a basic Dropbox webhook integration. It just
notifies a user when something has changed, it does not
specify what changed. Doing so would require storing data,
as Dropbox API was created mainly for file managers, not
integrations like this.
Closes #5672
2017-12-22 10:36:21 -05:00

18 lines
564 B
Markdown

{!create-stream.md!}
{!create-bot-construct-url.md!}
{!append-topic.md!}
Next, log into your account on [Dropbox](https://www.dropbox.com), go
[there](https://www.dropbox.com/developers/apps) and click **Create app**.
Follow the steps, and in **Webhooks** section add the webhook address you created above.
Click **Add** button. The status of the webhook should say **Enabled**.
In **Generated access token** section click **Generate** button.
![](/static/images/integrations/dropbox/001.png)
{!congrats.md!}
![](/static/images/integrations/dropbox/002.png)