integrations: Add webhook payloads, webhook code, API endpoint, and tests for heroku

This commit is contained in:
Sampriti Panda
2016-12-02 16:36:20 +05:30
committed by showell
parent 5b22959f1c
commit 7c3aff92d9
5 changed files with 44 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ WEBHOOK_INTEGRATIONS = [
),
WebhookIntegration('gitlab', display_name='GitLab'),
WebhookIntegration('helloworld', display_name='Hello World'),
WebhookIntegration('heroku', display_name='Heroku'),
WebhookIntegration('ifttt', function='zerver.views.webhooks.ifttt.api_iftt_app_webhook', display_name='IFTTT'),
WebhookIntegration('jira', secondary_line_text='(hosted or v5.2+)', display_name='JIRA'),
WebhookIntegration('librato'),