Auth
- Auth method
hmac-sha256- Signature header
Signature- Signature detail
- HMAC-SHA256 digest of the request body signed with the webhook secret key. Header format: 'sha256 <hexdigest>'.
- Event ID header
Greenhouse-Event-ID
Delivery
- Guarantees
- at-least-once
- Backoff
- Greenhouse retries webhook deliveries. Exact backoff not documented.
Payload schema (field names + types only)
action string required
The webhook action, e.g. 'job_post_created'.
payload object required
The job object that was affected.
status string
Job status (open, closed, draft).
departments array
Departments for this job.
offices array
Offices for this job.
hiring_team object
Hiring team members.
openings array
Individual job openings (headcount).
Vendor docs
Auth
- Auth method
hmac-sha256- Signature header
Signature- Signature detail
- HMAC-SHA256 digest of the request body signed with the webhook secret key. Header format: 'sha256 <hexdigest>'.
- Event ID header
Greenhouse-Event-ID
Delivery
- Guarantees
- at-least-once
- Backoff
- Greenhouse retries webhook deliveries. Exact backoff not documented.
Payload schema (field names + types only)
action string required
The webhook action, e.g. 'job_post_deleted'.
payload object required
The job object that was affected.
id integer
ID of the deleted resource.
Vendor docs
A job posting's content or settings are updated.
namespace: job / extraction: llm assisted (confidence 0.85)
Auth
- Auth method
hmac-sha256- Signature header
Signature- Signature detail
- HMAC-SHA256 digest of the request body signed with the webhook secret key. Header format: 'sha256 <hexdigest>'.
- Event ID header
Greenhouse-Event-ID
Delivery
- Guarantees
- at-least-once
- Backoff
- Greenhouse retries webhook deliveries. Exact backoff not documented.
Payload schema (field names + types only)
action string required
The webhook action, e.g. 'job_post_updated'.
payload object required
The job object that was affected.
status string
Job status (open, closed, draft).
departments array
Departments for this job.
offices array
Offices for this job.
hiring_team object
Hiring team members.
openings array
Individual job openings (headcount).
Vendor docs