For recruiters
Recruiter integrations
ATS sync (Greenhouse, Ashby, Lever via Merge), Slack notifications, Google Calendar mirroring, and webhook subscriptions.
Last updated
Jobby.dev integrates with the tools your team already runs the rest of the hiring pipeline on. ATS sync moves advanced candidates into Greenhouse / Ashby / Lever; Slack notifications surface events into a channel; Google Calendar mirrors your scheduled events; webhooks wire anything else.
ATS sync (Greenhouse, Ashby, Lever)
Powered by Merge — one-time OAuth from your ATS, then advanced candidates ingest within ~10 seconds. Fields synced:
- Parsed resume (PDF + structured fields).
- Headline, skills, years-of-experience band.
- Location, comp expectations, work-auth.
- Your 1-5 ratings (fit, communication, technical signal).
- Recruiter-notes (with per-team toggle for ATS visibility).
- Match score breakdown.
Set up via /account/integrations or programmatically: jobbydev_external_account_link_url_get returns a one-shot OAuth init URL the user clicks once.
Slack
Two patterns:
- Event lifecycle pings— "event went live", "event ended", "new candidate matched" into a team channel. One-line summaries with deep links back into Jobby.dev.
- Match notifications — when a candidate matches and is waiting, an interactive message lets the on-call recruiter accept / decline directly from Slack.
Set up via /account/integrations.
Google Calendar
Mirrors your scheduled live events into your team calendar so non-recruiter teammates know when the team is in interview mode. One-way sync (Jobby.dev → Calendar); calendar edits don't propagate back.
Webhooks
For everything else, subscribe to webhooks. Events:
match.matchedmatch.accepted/match.declinedinterview.started/interview.completedcandidate.queued/candidate.left_queuebilling.invoice.paid/billing.invoice.payment_failed
See webhooks overview for delivery semantics, signing, and retry policy.
Driving from an agent
jobbydev_external_account_link_url_get— returns a one-shot OAuth init URL for any supported provider (LinkedIn, Slack, Google Calendar, ATS via Merge).jobbydev_webhook_create/jobbydev_webhook_list/jobbydev_webhook_test/jobbydev_webhook_delete.