Integrations

Your hiring stack, connected.

Proofglint sits above your ATS — not instead of it. Bidirectional sync with Greenhouse, Lever, Ashby, and Workday means candidates, requisitions, and decisions flow automatically. Same-day setup for standard OAuth-based connectors.

Request a Demo
ATS Integrations

Works with the ATS your team already uses.

Proofglint syncs candidates, requisitions, and hiring decisions bidirectionally with the most common ATS platforms. When a candidate moves stages in your ATS, Proofglint creates the interview loop automatically.

  • Candidate sync — no manual data entry
  • Requisition mapping — loop templates per role type
  • Decision writeback — Proofglint decision syncs back to ATS stage
  • Same-day setup with standard OAuth
GH
Greenhouse
LV
Lever
AB
Ashby
WD
Workday
BHR
BambooHR
NT
Notion
HRIS & Communications

HRIS sync and team communication.

HRIS Integrations

RP
Rippling
BHR
BambooHR

Communication Tools

SL
Slack
GW
Google Workspace
MS
Microsoft Teams
REST API

Custom integrations via REST API.

Everything in the Proofglint platform is accessible via REST API. Build custom integrations for proprietary ATS systems, internal tooling, or advanced workflow automation.

  • RESTful endpoints for loops, candidates, scores, decisions
  • Webhook events for loop stage changes and score submissions
  • API key auth with per-key scoping
  • OpenAPI spec available on request
View IDV API Documentation
# Trigger a new interview loop via API
POST /v1/loops
Authorization: Bearer sk_live_...

{
  "requisition_id": "req_abc123",
  "candidate": {
    "name": "Jordan Reyes",
    "email": "j.reyes@..."
  },
  "rubric_id": "rub_eng_senior",
  "idv_required": true
}

# Response
{
  "loop_id": "loop_xyz789",
  "status": "active",
  "idv_invite_sent": true
}

Set up your first integration this week.

Most ATS integrations complete in under a day. Talk to us about your stack.