AI integrates into Workable's communication layer by acting on specific candidate stages, job requisitions, and user actions via its REST API and webhooks. The primary surfaces are:
- Candidate Status Changes: Triggering automated, personalized messages when a candidate moves to
Applied,Shortlisted,Interview,Offer, orHired. - Interview Coordination: Sending calendar invites, preparation details, and reminder sequences by listening to
interviewevent creation in Workable. - Recruiter-Initated Actions: Augmenting manual outreach from the Workable inbox with AI-drafted, context-aware follow-ups that pull from the candidate's profile and job description.
The system operates as a middleware service that subscribes to Workable webhooks (e.g., candidate.stage_change, candidate.note_created), processes the event with an LLM to generate or select a communication template, and then uses Workable's API to post a message to the candidate's profile or send an email. This keeps all communication history native to Workable's audit trail.




