trx598
05/21/2025, 11:56 AMVapi Support Bot
05/21/2025, 11:58 AManalysisPlan
configuration to ensure structured data extraction is enabled.
Here's an example of how it should look:
json
{
"analysisPlan": {
"structuredDataPrompt": "You are an expert data extractor. Extract structured data per the JSON Schema.",
"structuredDataSchema": {
"type": "object",
"properties": {
"field1": { "type": "string" },
"field2": { "type": "number" }
},
"required": ["field1", "field2"]
}
}
}
Make sure this configuration is present and correct in your assistant settings. If the issue persists, check if the webhook is receiving the final analysis payload, as structured data may be delayed or missing if analysis hasn't completed yet.
If you need to debug further, try retrieving the call record via the API to see if structured data is present there.
Source:
- [Call analysis documentation](https://docs.vapi.ai/assistants/call-analysis)Akash Malhotra
05/21/2025, 12:26 PMSaltishGuy
05/21/2025, 12:43 PMtrx598
05/21/2025, 4:48 PMShubham Bajaj
05/21/2025, 11:13 PMlendell_thenerd
05/22/2025, 4:30 AMAkash Malhotra
05/22/2025, 9:29 AMtrx598
05/22/2025, 10:28 AMlendell_thenerd
05/22/2025, 11:04 AMlendell_thenerd
05/22/2025, 11:04 AMAkash Malhotra
05/22/2025, 11:20 AMAditya
05/22/2025, 2:59 PMtrx598
05/22/2025, 4:03 PMtrx598
05/22/2025, 4:03 PMlendell_thenerd
05/22/2025, 4:05 PMtrx598
05/22/2025, 4:09 PMlendell_thenerd
05/22/2025, 8:45 PMVapi Support Bot
05/22/2025, 8:47 PMShubham Bajaj
05/23/2025, 3:52 AMVapi Support Bot
05/23/2025, 3:53 AM