Mr-Millionaire - Alireza
06/18/2025, 7:08 PMVapi Support Bot
06/18/2025, 7:10 PMjson
{
"results": [
{
"toolCallId": "YOUR_TOOL_CALL_ID",
"result": "YOUR_RESULT_HERE"
}
]
}
Replace YOUR_TOOL_CALL_ID
with the ID from the incoming request, and put your Airtable data in YOUR_RESULT_HERE
. If the format is correct, Vapi should continue the workflow as expected.
Source:
- [Custom Tools Vapi Documentation](https://docs.vapi.ai/tools/custom-tools)Mr-Millionaire - Alireza
06/19/2025, 6:24 AMMr-Millionaire - Alireza
06/19/2025, 6:25 AM{
"results": [
{
"toolCallId": "{{1.toolCallId}}",
"result": "Patient {{2.first_name}} has an appointment on {{formatDate(2.appointment_date; \"MMMM D, YYYY\")}}. Note: {{2.appointment_msg}}"
}
]
}
Mr-Millionaire - Alireza
06/19/2025, 6:26 AMMr-Millionaire - Alireza
06/19/2025, 9:31 AMPraveen
06/19/2025, 10:51 PMMr-Millionaire - Alireza
06/20/2025, 6:53 AMPraveen
06/23/2025, 6:12 PMMr-Millionaire - Alireza
07/13/2025, 3:27 PMPraveen
07/15/2025, 12:18 AMPraveen
07/16/2025, 11:46 PMPraveen
07/19/2025, 6:11 PMPraveen
07/20/2025, 10:12 AMMr-Millionaire - Alireza
08/19/2025, 6:31 PMPraveen
08/21/2025, 7:59 PM