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

This commit is contained in:
Jackson
2016-12-23 02:11:51 +11:00
committed by Tim Abbott
parent 6f087e468e
commit aeac3848c8
5 changed files with 133 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ WEBHOOK_INTEGRATIONS = [
),
WebhookIntegration('gitlab', display_name='GitLab'),
WebhookIntegration('gosquared', display_name='GoSquared'),
WebhookIntegration('hellosign', display_name='HelloSign'),
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'),