Jawad Ahmad
05/27/2025, 4:53 PMVapi Support Bot
05/27/2025, 4:55 PManalysisPlan
includes both a structuredDataPrompt
and a valid structuredDataSchema
. Here’s a sample configuration you can use to test:
json
"analysisPlan": {
"structuredDataPrompt": "Extract the following fields: name, email.",
"structuredDataSchema": {
"type": "object",
"properties": {
"name": { "type": "string" },
"email": { "type": "string" }
},
"required": ["name", "email"]
}
}
If this does not resolve the issue, please contact [support@vapi.ai](support@vapi.ai) as there may be a recent platform change or bug affecting structured data extraction.
Reference: [Call Analysis Customization](https://docs.vapi.ai/assistants/call-analysis#customization)
Sources:
- [Call Analysis Customization](https://docs.vapi.ai/assistants/call-analysis#customization)
- [Vapi Support](https://docs.vapi.ai/support)Praveen Nair
05/27/2025, 4:59 PMJawad Ahmad
05/27/2025, 8:16 PMJawad Ahmad
05/28/2025, 7:14 AMVapi Support Bot
05/28/2025, 7:15 AMassistantOverrides.variableValues
section and the prompt where the variable is used? This will help identify any subtle formatting or naming issues.
Source:
- [Vapi Dynamic Variables Guide](https://docs.vapi.ai/assistants/dynamic-variables#send-the-request)Praveen Nair
05/28/2025, 7:29 AMJawad Ahmad
05/28/2025, 11:17 AMJawad Ahmad
05/28/2025, 11:17 AMJawad Ahmad
05/28/2025, 11:17 AMVapi Support Bot
05/28/2025, 11:18 AM{{user_name}}
)? This will help verify if the variable names and formatting match your API payload.
Source:
- [Vapi Dynamic Variables Guide](https://docs.vapi.ai/assistants/dynamic-variables#send-the-request)Vapi Support Bot
05/28/2025, 11:18 AM{{user_name}}
)? This will help verify if the variable names and formatting match your API payload.
Source:
- [Vapi Dynamic Variables Guide](https://docs.vapi.ai/assistants/dynamic-variables#send-the-request)Vapi Support Bot
05/28/2025, 11:18 AM{{user_name}}
in the prompt ([see docs](https://docs.vapi.ai/assistants/dynamic-variables#send-the-request)).
Source:
- [Vapi Dynamic Variables Guide](https://docs.vapi.ai/assistants/dynamic-variables#send-the-request)Vapi Support Bot
05/28/2025, 11:18 AM{{user_name}}
in the prompt ([see docs](https://docs.vapi.ai/assistants/dynamic-variables#send-the-request)).
Source:
- [Vapi Dynamic Variables Guide](https://docs.vapi.ai/assistants/dynamic-variables#send-the-request)Vapi Support Bot
05/28/2025, 11:19 AM{{user_name}}
) is not being replaced? This will help check for any subtle formatting or naming mismatches.
Source:
- [Vapi Dynamic Variables Guide](https://docs.vapi.ai/assistants/dynamic-variables#send-the-request)Vapi Support Bot
05/28/2025, 11:19 AM{{user_name}}
) is not being replaced? This will help check for any subtle formatting or naming mismatches.
Source:
- [Vapi Dynamic Variables Guide](https://docs.vapi.ai/assistants/dynamic-variables#send-the-request)Jawad Ahmad
05/28/2025, 11:29 AMJawad Ahmad
05/28/2025, 11:29 AMVapi Support Bot
05/28/2025, 11:31 AM{{user_phone}}
and {{user_email}}
in the system prompt?
- Do you see the actual values, the variable placeholders (e.g., {{user_phone}}
), or are they left blank?
This will help determine if the variables are not being resolved at all, or if there is a rendering issue.
Source:
- [Vapi Dynamic Variables Guide](https://docs.vapi.ai/assistants/dynamic-variables)Jawad Ahmad
05/28/2025, 11:31 AMVapi Support Bot
05/28/2025, 11:31 AMJawad Ahmad
05/28/2025, 11:32 AMJawad Ahmad
05/28/2025, 11:50 AMJawad Ahmad
05/28/2025, 12:18 PMJawad Ahmad
05/28/2025, 12:18 PMPraveen Nair
05/29/2025, 1:21 AM"assistantOverrides": {
"variableValues": {
"name": "abc"
}
}
Your dynamic variable will be available as {{customer.name}}. Try to call this variable instead.