Anybody else having a challenge like this? Make is definitely showing that the data passed back to Vapi, but Vapi is not showing any data.
Here's what Vapi shows:
{
"name": "getAppointmentSchedule",
"role": "tool_call_result",
"time": 1734812296235,
"result": "No result returned for call_Opi5g2TovhPYELpx43tgGldM.",
"toolCallId": "call_Opi5g2TovhPYELpx43tgGldM",
"secondsFromStart": 66.503
}
Here's what Make shows:
Input
Bundle 1Collection
Body {
"results": [
{
"toolCallId": "8a4db575-ff77-49c0-82e0-cb320550de8f ",
"result": {"slots":"Tuesday 24 Dec 08:00,Tuesday 24 Dec 10:00,Tuesday 24 Dec 12:00,Wednesday 25 Dec 08:00,Wednesday 25 Dec 10:00,Wednesday 25 Dec 12:00,Thursday 26 Dec 08:00,Thursday 26 Dec 10:00,Thursday 26 Dec 12:00,Friday 27 Dec 08:00,Friday 27 Dec 10:00,Friday 27 Dec 12:00,Monday 30 Dec 08:00,Monday 30 Dec 10:00,Monday 30 Dec 12:00"}
}
]
}
Status 200
It's passing the data back to Vapi but Vapi is blind, or deaf, or special. What am I missing? @User ?