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.

Greenhouse Onboarding Webhooks is one of 8 APIs that Greenhouse publishes on the APIs.io network.

Tagged areas include Webhooks, Events, Onboarding, and Beta. The published artifact set on APIs.io includes API documentation and authentication docs.

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.

  '