mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user