Greenhouse Onboarding Webhooks

Event-driven webhooks from Greenhouse Onboarding (currently in beta and gated by customer approval). Each event posts event_type, id, and payload to the customer's HTTPS endpoint; signatures use HMAC SHA-256 with a shared secret.

API entry from apis.yml

apis.yml Raw ↑
aid: greenhouse-io:greenhouse-onboarding-webhooks
name: Greenhouse Onboarding Webhooks
tags:
- Webhooks
- Events
- Onboarding
- Beta
humanURL: https://developers.greenhouse.io/onboarding_webhooks.html
properties:
- url: https://developers.greenhouse.io/onboarding_webhooks.html
  type: Documentation
- type: Authentication
  name: HMAC SHA-256 signature header
- type: Retry
  name: Up to 7 retries over ~15h with exponential backoff
- type: Events
  data:
  - employee_updated
description: 'Event-driven webhooks from Greenhouse Onboarding (currently in beta and gated by

  customer approval). Each event posts event_type, id, and payload to the customer''s

  HTTPS endpoint; signatures use HMAC SHA-256 with a shared secret.

  '