Subscribe to Workable v3 candidate stage-change webhook events and verify signatures

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

Steps

  1. Generate a Workable API access token under Settings > Integrations > API Access Tokens with the r_candidates scope; use base URL https://{subdomain}.workable.com/spi/v3.
  2. POST to /subscriptions with a JSON body specifying the target URL, the event type (e.g., candidate_moved), and optionally a job shortcode or stage to narrow the filter.
  3. Receive incoming webhook POSTs at your registered URL; Workable signs each request with HMAC-SHA256 over the raw request body using either the account token or OAuth application secret as the key, and sends the digest in the X-Workable-Signature header.
  4. Verify the signature by recomputing HMAC-SHA256 of the raw body with your signing key and comparing it to X-Workable-Signature using a constant-time comparison to prevent timing attacks.
  5. Respond with HTTP 200 promptly; Workable retries failed deliveries, so process heavy work asynchronously and return 200 before doing so.

Known gotchas

Related routes

Configure and verify a SmartRecruiters webhook subscription for candidate pipeline/status-change events
recruiting · 6 steps · unrated
Configure and verify a Greenhouse webhook for candidate stage changes
greenhouse.io · 5 steps · unrated
Planning Center webhooks: subscribe to events and verify signatures
planningcenteronline.com · 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