How can I add Vapi.ai to the Google Sheet that’s c...
# support
v
To add Vapi.ai to your Google Sheet (connected via Zapier), configure the Google Sheets Add Row Tool in Vapi with your sheet's ID and range. For example:
Copy code
json
{
  "spreadsheetId": "YOUR_SPREADSHEET_ID",
  "range": "Sheet1!A:Z",
  "values": ["Lead Name", "Email", "Phone"]
}
This will append each new lead as a row—just map your lead data to the
values
array. For setup steps, see the [Vapi Google Sheets integration guide](https://docs.vapi.ai/tools/google-sheets). Source: - [Vapi Google Sheets Integration Documentation](https://docs.vapi.ai/tools/google-sheets)
v
Message marked as helpful by @SanaPrd! 🎉
3 Views