mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
integrations: Add webhook code, API endpoint, and tests for Front.
This commit is contained in:
@@ -294,6 +294,7 @@ WEBHOOK_INTEGRATIONS = [
|
||||
),
|
||||
WebhookIntegration('dropbox', ['productivity'], display_name='Dropbox'),
|
||||
WebhookIntegration('freshdesk', ['customer-support']),
|
||||
WebhookIntegration('front', ['customer-support'], display_name='Front'),
|
||||
GithubIntegration(
|
||||
'github',
|
||||
['version-control'],
|
||||
|
||||
Reference in New Issue
Block a user