Skip to content

Collect answers and extract call data

Collect answers and add post-call extraction fields, then confirm the data reaches the intended output.

Reviewed

Decide which information the agent must ask for, which values are supplied before the conversation, and which results should be extracted after the call.

InformationWhere to configure it
Business facts the agent should consultKnowledge base
Questions the agent should askPrompt and applicable intake-question settings
Values known before a callDynamic variables in the initiating channel
Structured results from the finished conversationPost-call extraction fields
Where results goNotifications, webhooks, or configured actions

Before you start

Define one result to test, such as whether a caller requested a callback. Choose a stable field name and decide how a missing answer should be described.

Configure extraction

  1. Open the call flow.
  2. Open Advanced Settings → Post-call summary. The Notifications pane also links to summary configuration, but that shortcut appears only after Email summary is switched on.
  3. Under Variables to Extract, choose Add.
  4. In Data the AI collects, select Text, Yes / No, or Selector.
  5. Enter a unique name, such as callback_requested.
  6. Describe exactly what should be extracted: “Whether the caller explicitly asked for someone to call them back.”
  7. For Selector, add the allowed answers.
  8. Click Add to confirm the field, then wait for the flow draft to save.

New extraction fields do not make the agent ask questions. Add the question to the conversation instructions if the answer must be collected.

Validate the full path

  1. Supply any required input variables in a test.
  2. Complete a conversation that contains the intended answer.
  3. Complete another where the answer is absent or declined.
  4. Open the finished call and inspect the extracted result.
  5. Check that the required fields are included in the configured email or webhook output.

Do not put a post-call result into an earlier action's mapping and assume it already exists at that time.

If data is missing

Check the transcript first. Then check the extraction description, answer format, field name, and output mapping. A summary template cannot include information that was never collected or extracted. Review duplicate or ambiguous field names before changing destination settings.

Related: Use variables by context, Manage knowledge bases, Configure notifications, Configure webhooks.