mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
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
18 lines
564 B
Markdown
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.
|
|
|
|

|
|
|
|
{!congrats.md!}
|
|
|
|

|