trx598
05/26/2025, 12:10 PMVapi Support Bot
05/26/2025, 12:11 PMKings_big💫
05/26/2025, 12:13 PMtrx598
05/26/2025, 12:18 PMtrx598
05/26/2025, 12:19 PMVapi Support Bot
05/26/2025, 12:20 PMtrx598
05/26/2025, 12:27 PMKings_big💫
05/26/2025, 12:32 PMVapi Support Bot
05/26/2025, 12:33 PMslotfinder
tool. For example, if your tool expects a parameter called date
, ensure your previous node outputs a variable named date
(not selected_date
or similar):
json
{
"tool": "slotfinder",
"parameters": {
"date": "{{date}}"
}
}
If the names do not match, the tool call will not work as expected.
See: [Vapi Workflows Documentation](https://docs.vapi.ai/workflows)
Sources:
- [Vapi Workflows Documentation](https://docs.vapi.ai/workflows)
- [API Request Node](https://docs.vapi.ai/workflows/nodes/api-request)trx598
05/26/2025, 3:03 PMVapi Support Bot
05/26/2025, 3:05 PMslotfinder
tool, and confirm if they match the parameter names expected by the tool (e.g., date
)? This will help identify if the problem is due to variable mapping or workflow configuration.
For reference, variable names must match exactly for the tool call to work as expected ([Vapi Workflows Documentation](https://docs.vapi.ai/workflows)).
Sources:
- [Vapi Workflows Documentation](https://docs.vapi.ai/workflows)
- [API Request Node](https://docs.vapi.ai/workflows/nodes/api-request)
- [Say Node](https://docs.vapi.ai/workflows/nodes/say)trx598
05/26/2025, 5:58 PMKyle Brunker
05/26/2025, 10:05 PMtrx598
05/27/2025, 1:54 AMtrx598
05/27/2025, 1:54 AMtrx598
05/29/2025, 7:54 AMSahil
05/30/2025, 1:39 PM