integrations: Add webhook code, API endpoint, and tests for Front.

This commit is contained in:
Alena Volkova
2018-02-08 13:46:15 -05:00
committed by showell
parent c45acad24b
commit 822dfc6a34
5 changed files with 472 additions and 0 deletions

View File

@@ -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'],