Files
zulip/zerver/webhooks/dropbox/doc.md
oscar 9d1ca5476a integration-docs: Remove create channel for generate webhook URL docs.
Updates text of generate-webhook-url-basic.md to replace the use of
the "Create the channel" step.

Removes {!create-channel.md!} from all the integrations docs that
also include {!generate-webhook-url-basic.md!}.

Fixes #32269.
2024-11-19 13:02:01 -08:00

35 lines
960 B
Markdown

# Zulip Dropbox integration
Get Dropbox notifications in Zulip!
{start_tabs}
1. {!create-an-incoming-webhook.md!}
1. {!generate-webhook-url-basic.md!}
1. Go to your [Dropbox apps page](https://www.dropbox.com/developers/apps),
and select **Create app** near the top-right corner. Follow the on-screen
instructions to create an app.
1. 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 generated above, and select **Add**.
The status of the webhook should say **Enabled**.
{end_tabs}
{!congrats.md!}
![](/static/images/integrations/dropbox/001.png)
### Related documentation
{!webhooks-url-specification.md!}