forked from aspnet/WebHooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (20 loc) · 780 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Microsoft ASP.NET WebHooks Dropbox Receiver</title>
<meta charset="utf-8" />
</head>
<body>
<h1>Microsoft ASP.NET WebHooks Dropbox Receiver</h1>
<p>This sample illustrates how to wire up a Dropbox WebHooks receiver. A sample WebHook URI is:</p>
<pre>https://<host>/api/webhooks/incoming/dropbox/{id}</pre>
<p>
Set the 'MS_WebHookReceiverSecret_Dropbox' application setting to the application secret, optionally using IDs
to differentiate between multiple WebHooks, for example 'secret0, id1=secret1, id2=secret2'.
</p>
<p>
Please see <a href="https://www.dropbox.com/developers/reference/webhooks">Dropbox WebHooks</a>
for more information.
</p>
</body>
</html>