Agents and numbers
An agent is a configured voice, script and language. Each agent can be pinned to an outbound number and has its own calling hours. Manage both under Settings → Voice agent. Each contact owner gets a default calling agent, so “call this lead” always knows which voice and which number to use.Editing an agent
Click an agent’s name to open its page. Everything the agent is lives there:- Prompt and opening line — what the agent says and how it behaves. Anything in
{{double braces}}is a placeholder that gets filled per call; it shows as a blue chip so you can see at a glance what the agent will know. - Voice — swap it any time, with a preview button to hear it first.
- Variables — the answers this agent collects, grouped by when they’re captured.
What the agent collects
Each variable has a name, a description telling the agent what to capture, a type (text, number, yes/no, or a list of choices), and a capture phase:- During the call — captured the moment the caller says it, so it survives even if the call drops. Pick During, caller confirms first for anything expensive to mishear, like a callback time or a budget.
- After the call — read out of the call analysis once the call ends. This is the default and it’s right for most answers.
- Before the call — not captured at all. These are the fallback values the agent starts with when a call carries nothing better, so the script still reads naturally. If your opening line says “Hello ” and a contact has no first name on file, a default of
therekeeps the agent from opening with an awkward pause.
- Fields left as Staff are off-limits to the agent even if it heard an answer. A voicemail still returns a full set of guesses, and those must not overwrite what a person typed.
- An answer with no matching field still lands, namespaced, so you can use it in trigger conditions.
Placing calls
Calls happen two ways:- Automated: a trigger’s call action, for example “new lead in state Contacted: call within business hours”. Call timing clamps to the agent’s calling hours.
- Manual: the Place call button on a contact page or inbox thread. The dialog pre-selects the owner’s default agent and number.
Outcomes drive the workflow
Every call ends with an outcome: reached, no answer, voicemail, not interested, and so on. A trigger can map outcomes to states, for example call succeeded sets possibility toQualified, call failed sets No answer, which arms the WhatsApp follow-up trigger. That call, no answer, message, close chain is the canonical Nudge workflow.
After each call, the summary, outcome and sentiment land on the contact’s timeline. Repeated no-answers are counted per contact, so a rule like “3 failed attempts: close the file” is one condition, not custom logic.