Configure and verify Recruitee (Tellent) webhooks for candidate pipeline stage changes

domain: docs.recruitee.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Navigate to Settings > Apps and Plugins > Webhooks in Recruitee and click + New webhook; enter a name, a HTTPS POST URL, and select the candidate_moved event type.
  2. Note the webhook secret displayed in the configuration dialog; store it securely — it is used to verify all incoming webhook requests.
  3. When Recruitee fires a webhook, it includes X-Recruitee-Signature in the HTTP headers; the value is a base16-encoded HMAC-SHA256 digest computed over the raw request body using the webhook secret.
  4. Verify the signature in your handler by computing HMAC-SHA256(secret, raw_body) and comparing the hex digest to X-Recruitee-Signature using constant-time comparison; reject any request where they do not match.
  5. For stage-change events, parse the event_type (candidate_moved) and event_subtype (stage_changed); the payload.details object contains from_stage and to_stage objects with id, name, and category fields.

Known gotchas

Related routes

Configure and verify a SmartRecruiters webhook subscription for candidate pipeline/status-change events
recruiting · 6 steps · unrated
Update a Recruitee (Tellent) candidate record via API to reflect a new pipeline stage
docs.recruitee.com · 5 steps · unrated
Configure and verify a Greenhouse webhook for candidate stage changes
greenhouse.io · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans