reCoiL
10/28/2025, 2:28 PMVapi Support Bot
10/28/2025, 2:29 PMitem_name, quantity, and price) when setting up the response.
- If you want to return all values from the row, ensure your response is set to output the entire JSON object (e.g., {{$json}}), or specify each field you want to include.
- Double-check the parameter setup for your function. Since your function expects an item_name (full or partial), make sure the incoming request to your webhook includes this parameter, and that it's being used in the filter logic.
If you need to set up parameters for the tool, you can define them in your function or workflow as follows:
- Parameter name: item_name
- Type: string
- Description: The item name or partial name to search for.
Once the parameter is received, use it in your filter/search logic to find the matching row(s) in the Google Sheet, and then return the relevant fields in your response.
If you have a specific error message or need help with a particular step in n8n or VAPI, please share more details and I'll do my best to assist!reCoiL
10/28/2025, 2:42 PMreCoiL
10/28/2025, 2:44 PMreCoiL
10/28/2025, 2:47 PMreCoiL
10/28/2025, 2:48 PMVapi Support Bot
10/28/2025, 3:34 PMreCoiL
10/28/2025, 3:35 PMreCoiL
10/28/2025, 3:35 PMreCoiL
10/28/2025, 3:35 PM