In short: Agents call your systems mid-conversation, booking, looking up, updating, creating, and speak the result back.
Definitions
- Action
- A system call the agent can make during a conversation, described with its parameters and the words to use while it waits for the result.
- Read-back-and-confirm gate
- Before an action that changes something, the agent reads the change back and waits for the caller's spoken confirmation.
What it does
- Book, reschedule and cancel against a real calendar, with time zones handled.
- Look a customer up, check an order or a balance, and answer with what the system actually returns.
- Create or update a record in your CRM while the call is still running.
- Any internal API can be given to an agent as an action, with the words it should use while it waits.
- Actions that change something can be made to require the caller’s spoken confirmation first.
How it works
Each action is described to the agent with its own parameters and a natural “while I check that…” line, so a slow backend sounds like a person checking rather than dead air. Sensitive actions sit behind a read-back-and-confirm gate.
Related questions
Can CallWhiz AI book appointments?
CallWhiz AI agents book, reschedule and cancel appointments against a real calendar, with time zones handled, and speak the result back to the caller. Actions that change something can be made to require the caller's spoken confirmation first.
Can the agent connect to my calendar, CRM or internal systems?
CallWhiz AI agents call your systems mid-conversation: booking against a calendar, looking up a customer, an order or a balance, creating or updating a CRM record while the call is still running, or calling any internal API you give the agent as an action. Sensitive actions can sit behind a read-back-and-confirm gate.