What is an HR voice agent?
It is a phone assistant that can look up a worker, answer from HR policy documents, and complete a permitted self-service write. If it cannot verify identity, it must not change Workday. If it cannot retrieve policy, it must not invent one.
Proof: Peoplix Voice HR
Peoplix is a Workday automation platform: Retell handles the call, FastAPI speaks Workday SOAP and REST with OAuth2, identity fuzzy-matches name and phone before a contact update, ChromaDB holds HR docs for Q&A, and PostgreSQL stores transcripts with live WebSocket updates for operators. Zendesk or an internal case takes over when the call cannot finish.
Why HR phone lines are a bad ticket queue
Employees wait days for a phone or address change. Shared inboxes re-key Workday by hand. A voice agent only helps if it is identity-safe and audited—otherwise you traded tickets for silent data errors.
Related work and reading
Frequently asked questions
Does the agent write directly into Workday?
Yes, after identity verification, through official SOAP/REST clients. Operators monitor outcomes in the live console. We do not recommend shadow spreadsheets as the system of record.
How do policy answers stay accurate?
HR documents are embedded into ChromaDB. The model answers from retrieved passages, not from generic employment law it memorized.
What happens when the call is too complex?
Case management can route into Zendesk or an internal database so voice automation and human ops share one trail.