Dropbox Webhook

The Dropbox Webhook page allows you to configure Dropbox’s webhook within the Integration Gateway to receive requests from it.

KingswaySoft Integration Gateway Console - Inbound Webhooks - Dropbox

App Secret

The App Secret which is generated from Dropbox in order to access the configured Webhook. The following steps can be used in order to create a new App Secret:

  1. Visit the Dropbox App Console.
  2. Click the Create app button.
  3. Under Choose an API section, select Scoped access.
  4. Under Choose the type of access you need, select Full Dropbox.
  5. Enter a name for your custom app.
  6. Click the Create app button.
  7. Get your Client ID and Client Secret.

Then, to set up a new webhook, find your app in the App Console, and add the full URI of your Integration Gateway Server. (e.g. https://www.example.com/dropbox-webhook) in the "Webhooks" section. Note that the URI of your server needs to be publicly accessible over the internet. For example, 127.0.0.1 and localhost URIs will not work, since Dropbox's servers will not be able to contact your local computer.

Allow one new “verification request”

When this option is enabled, the integration gateway will respond to the verification request sent by dropbox when setting up a new Webhook.