The AI That Calls You: Setting Up a Proactive Voice Agent
The other day I fell down a YouTube rabbit hole on AI agents, and one idea stuck with me: an agent you talk to over a phone call. Not another dashboard to check, not another chatbot window to babysit. This thing actually rings your phone and gives you a morning briefing, a business metric update, or a plain old daily reminder. Something about a bot that calls you flipped a switch in my head.
Why bother with a voice agent
Text notifications are easy to ignore. I've got a hundred of them sitting unread right now. A phone call is different, it demands you deal with it. So an agent that calls you is proactive by design. Point it at a business and it's a 24/7 receptionist. Point it at yourself and it's a personal chief of staff, or an accountability buddy that checks in on whether you actually did the thing you swore you'd do today.
The setup
It runs on two pieces. OpenClaw is the brain, it fetches the data and decides what to say. Synthflow AI is the mouth, it handles the actual phone call. Here's how you wire them together.
- Set up Synthflow AI. Make an account and build a new "Outbound Voice Agent." Open the Prompt Builder, name your agent, and pick your AI model (like GPT-4o) and your timezone.
- Tune the voice. Pick an accent, then dial in the talking speed and volume until it sounds the way you want.
- Feed it knowledge. Upload PDFs with your business or personal info into the agent's Knowledge Base so it actually knows what it's talking about.
- Turn on memory. Enable transcript and recording saving so the AI remembers past calls. Add a "Memory Group" and it'll recall previous conversations and build context with you over time.
- Hook up OpenClaw. Buy a phone number inside Synthflow, grab your API Key and Agent ID, and drop them into your OpenClaw prompt. That's the link between the brain and the voice.
Security and cost
Two things I'd sort out before letting this loose:
- Security. Set caller ID filtering to reject unknown numbers, and cap the max call duration (300 seconds is fine) so the thing can't run up a bill if it glitches and yammers on forever.
- Cost. This exact setup runs me somewhere around $35 to $45 a month: $29/mo for Synthflow, plus another $5 to $15/mo for the LLM API usage depending on how chatty it gets.
Comments
Post a Comment