Add Dropbox webhook integration.

This is just a basic Dropbox webhook integration. It just
notifies a user when something has changed, it does not
specify what changed. Doing so would require storing data,
as Dropbox API was created mainly for file managers, not
integrations like this.
Closes #5672
This commit is contained in:
Angelika Serwa
2017-12-18 01:56:03 +01:00
committed by showell
parent 096088969d
commit 2f575cca72
9 changed files with 77 additions and 0 deletions

View File

@@ -284,6 +284,7 @@ WEBHOOK_INTEGRATIONS = [
display_name='Desk.com',
stream_name='desk'
),
WebhookIntegration('dropbox', ['productivity'], display_name='Dropbox'),
WebhookIntegration('freshdesk', ['customer-support']),
GithubIntegration(
'github',