Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Dropbox Webhooks

Dropbox Webhooks

Webhooks are a way for web apps to get real-time notifications when users' files change in Dropbox.

This presentation is a brief overview of Dropbox webhooks. Learn more here: https://www.dropbox.com/developers/webhooks/tutorial.

Steve Marx

May 21, 2014
Tweet

More Decks by Steve Marx

Other Decks in Technology

Transcript

  1. A notification request POST webhooksdemo.webscript.io/ HTTP/1.1 User-Agent: DropboxWebhooks/1.0 X-Dropbox-Signature: 938f38e2b76dc0e69cfd7ea0735d251567…

    Content-Type: application/json {"delta": {"users": [12345678]}} --- HTTP/1.1 200 Content-Length: 0 HEX(HMAC_SHA256(app_secret, request_body))