Jordan Belfordovski
05/25/2025, 9:47 AMVapi Support Bot
05/25/2025, 9:49 AMjson
{
"type": "google.sheets.row.append",
"name": "addFeedback",
"description": "Use this tool to add customer feedback to the feedback spreadsheet. Collect all required information (rating, comments, suggestions) before adding the row."
}
Make sure to set the correct spreadsheetId
and range
(like "Sheet1"
). This will let your agent append data directly to your Google Sheet during calls.
[See full setup steps in the documentation.](https://docs.vapi.ai/tools/google-sheets)
Source:
- [Google Sheets Integration – Vapi Documentation](https://docs.vapi.ai/tools/google-sheets)Kings_big💫
05/25/2025, 9:52 AMVapi Support Bot
05/25/2025, 9:54 AMtoolCallId
and result. Here’s a concrete example of a minimal response:
json
{
"toolCallId": "YOUR_TOOL_CALL_ID",
"result": {
"success": true
}
}
For a working example and setup instructions, see the [Vapi example webhook handler on GitHub](https://github.com/VapiAI/example-webhook-handler).
Sources:
- [Google Sheets Integration – Vapi Documentation](https://docs.vapi.ai/tools/google-sheets)
- [VapiAI/example-webhook-handler (GitHub)](https://github.com/VapiAI/example-webhook-handler)Jordan Belfordovski
05/25/2025, 9:58 AMJordan Belfordovski
05/25/2025, 1:15 PMVapi Support Bot
05/25/2025, 1:17 PMJordan Belfordovski
05/25/2025, 1:19 PMVapi Support Bot
05/25/2025, 1:21 PMjson
{
"toolCallId": "YOUR_TOOL_CALL_ID",
"result": {
"success": true
}
}
Check out the [Vapi example webhook handler on GitHub](https://github.com/VapiAI/example-webhook-handler) for a working setup. This response is essential for the integration to work properly.
Sources:
- [Google Sheets Integration – Vapi Documentation](https://docs.vapi.ai/tools/google-sheets)
- [VapiAI/example-webhook-handler (GitHub)](https://github.com/VapiAI/example-webhook-handler)Sahil
05/26/2025, 5:36 AM