static-pinkS
VAPIβ€’4mo ago
static-pink

Issue with Vapi Tools section

Hi Everyone,
I'm having issues with Tools sections of the ai agents. I have set up a tool that sends a request n8n to receive some data . the request is sent successfully but the response sent back doesnt show in vapi even though i'm certain a response is sent. the response is sent back in following way :

[
{
"results":
[
{
"toolCallId":
"",
"result":
{
"exists": true,
"first_name": "",
"last_name": "",
"address": "",
"unit_number": ""
}
}
]
}
]
I would apperciate some help. Thank you πŸ™‚
Was this page helpful?