webhooks: Add Dialogflow integration.

With minor fixes by eeshangarg!

Fixes #6990
This commit is contained in:
Ricky
2018-01-12 18:19:11 +05:30
committed by Eeshan Garg
parent 45f0df6d31
commit 4b8bd0bc3b
12 changed files with 309 additions and 0 deletions

View File

@@ -284,6 +284,7 @@ WEBHOOK_INTEGRATIONS = [
WebhookIntegration('circleci', ['continuous-integration'], display_name='CircleCI'),
WebhookIntegration('codeship', ['continuous-integration', 'deployment']),
WebhookIntegration('crashlytics', ['monitoring']),
WebhookIntegration('dialogflow', ['customer-support'], display_name='Dialogflow'),
WebhookIntegration('delighted', ['customer-support', 'marketing'], display_name='Delighted'),
WebhookIntegration(
'deskdotcom',