webhooks: Add Facebook integration.

This commit is contained in:
nyan-salmon
2018-01-08 06:33:06 +00:00
committed by Tim Abbott
parent 65eeda7c9a
commit 03624b78c2
19 changed files with 344 additions and 23 deletions

View File

@@ -368,7 +368,8 @@ WEBHOOK_INTEGRATIONS = [
WebhookIntegration('zapier', ['meta-integration']),
WebhookIntegration('zendesk', ['customer-support']),
WebhookIntegration('gci', ['misc'], display_name='Google Code-in',
stream_name='gci')
stream_name='gci'),
WebhookIntegration('facebook', ['communication'], display_name='Facebook')
] # type: List[WebhookIntegration]
INTEGRATIONS = {