AI integrates with Lever through its REST API and webhook system, acting as an intelligent orchestration layer that reads from and writes to key objects: candidates, opportunities, interviews, feedback, and notes. The primary integration surfaces are:
- Candidate Pipeline: Inject AI scoring into
opportunitycustom fields, trigger stage transitions viaPOST /opportunities/{id}/stage, and automate outreach usingPOST /messages. - Interview Coordination: Use webhooks for
interview.createdandinterview.updatedto trigger AI agents that schedule panels, generate briefing docs, and synthesizefeedbacksubmissions. - Data Enrichment: On
candidate.created, call AI services to parse resumes, extract skills into Lever tags, and suggest relevantrequisitionsfor matching.




