mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
webhooks: Add Facebook integration.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user