mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
@@ -1,17 +1,19 @@
|
||||
{!create-stream.md!}
|
||||
Get Dropbox notifications in Zulip!
|
||||
|
||||
{!create-bot-construct-url.md!}
|
||||
1. {!create-stream.md!}
|
||||
|
||||
{!append-topic.md!}
|
||||
1. {!create-bot-construct-url-indented.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.
|
||||
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!}
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user