Haaris-Blackframe
09/18/2025, 11:48 PMVapi Support Bot
09/18/2025, 11:49 PMHaaris-Blackframe
09/18/2025, 11:50 PMVapi Support Bot
09/18/2025, 11:51 PMItem = "Widget123").
3. The output will return the matching inventory row(s).
Example filter setup:
{
"Item": "Widget123"
}
This lets you retrieve inventory details directly from your Google Sheet in an automated scenario.
Source:
- [Google Sheets Integration Documentation](https://docs.vapi.ai/tools/google-sheets)Haaris-Blackframe
09/18/2025, 11:52 PMVapi Support Bot
09/18/2025, 11:53 PMjson
{
"method": "GET",
"url": "https://hook.make.com/your-scenario-id",
"headers": {},
"params": { "item": "Widget123" }
}
This lets your Vapi bot retrieve inventory details on demand.
Source:
- [Google Sheets Integration Documentation](https://docs.vapi.ai/tools/google-sheets)Haaris-Blackframe
09/18/2025, 11:53 PMVapi Support Bot
09/18/2025, 11:54 PMjson
{
"method": "GET",
"url": "https://hook.make.com/your-scenario-id",
"params": { "item": "Widget123" }
}
This approach is quick, easy to maintain, and doesn't require building a custom integration.
[See more in the Google Sheets Integration Documentation.](https://docs.vapi.ai/tools/google-sheets)
Source:
- [Google Sheets Integration Documentation](https://docs.vapi.ai/tools/google-sheets)Tay
09/20/2025, 12:19 PM