integrations: Add Greenhouse integration.

This commit is contained in:
Jackson
2016-12-25 01:50:46 +11:00
committed by Tim Abbott
parent 18508ca02c
commit dcca54e8a9
12 changed files with 787 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ WEBHOOK_INTEGRATIONS = [
),
WebhookIntegration('gitlab', display_name='GitLab'),
WebhookIntegration('gosquared', display_name='GoSquared'),
WebhookIntegration('greenhouse', display_name='Greenhouse'),
WebhookIntegration('hellosign', display_name='HelloSign'),
WebhookIntegration('helloworld', display_name='Hello World'),
WebhookIntegration('heroku', display_name='Heroku'),