sasha
07/08/2025, 5:28 AMChiranjeet Mishra
07/08/2025, 1:21 PM"strict": true with "phone" as a required top-level parameter, update prompts to extract it, check vapi webhook logs, ensure your API is publicly accessible, or use vapi listen to tunnel locally..sasha
07/08/2025, 4:06 PM{
"id": "9df4ceea-530b-4335-aaf7-65dd5f9ef5d4",
"createdAt": "2025-07-02T22:03:24.602Z",
"updatedAt": "2025-07-08T16:04:58.438Z",
"type": "function",
"function": {
"name": "Extract_phone_number",
"strict": true,
"description": "Extract and validate a phone number from the conversation.",
"parameters": {
"type": "object",
"properties": {
"phone_number": {
"description": "a valid phone number in e164 format like +1 (230)-123-2432.",
"type": "string"
}
},
"required": [
"phone_number"
]
}
},
"messages": [
{
"type": "request-start",
"content": "Phone number verification in progress.",
"blocking": false
},
{
"role": "assistant",
"type": "request-complete",
"content": "Phone number successfully verified.",
"endCallAfterSpokenEnabled": false
},
{
"type": "request-failed",
"content": "Phone number could not be successfully verified, are you sure you entered the correct number?",
"endCallAfterSpokenEnabled": false
}
],
"orgId": "bd02dcc8-b25e-4d56-ad1e-17a2c3d01f04",
"server": {
"url": "https://carefinder.ai/api/phone-validate",
"headers": {
"Content-Type": "application/json"
}
}
}sasha
07/08/2025, 4:06 PMsasha
07/08/2025, 8:25 PMsasha
07/08/2025, 9:21 PMKings_big💫
07/09/2025, 10:58 AMsasha
07/09/2025, 5:18 PMsasha
07/09/2025, 10:55 PMsasha
07/10/2025, 12:37 AMsasha
07/10/2025, 2:30 AMChiranjeet Mishra
07/11/2025, 6:07 PM