On an incoming WhatsApp webhook, screens the candidate with an OpenAI agent and replies in-conversation via HTTP request.
On a webhook, runs an OpenAI agent with Pinecone vector search and Postgres memory, voices replies with ElevenLabs, and responds.
On a webhook request, extracts candidate resumes from Google Drive, evaluates them with OpenAI, logs to Google Sheets, and replies in Slack.
On a form submission, extracts the uploaded resume, reviews it with a GPT-4o-mini agent, and routes feedback to gotoHuman for approval.