Skip to main content
Easily capture and organize WhatsApp responses directly inside Google Sheets.
With a simple setup using Google Apps Script, you can automatically send chatbot data like names, phone numbers, emails, and messages into a structured spreadsheet in real time. No server required, no complex backend setup. Just connect your bot and start collecting leads instantly.

Google Sheets + Apps Script Webhook

This method requires no server and works perfectly with chatbot flows.

STEP 1: Create Google Sheet

  1. Go to Google Sheets
  2. Create a new sheet
  3. Add column headers like:

STEP 2: Create Apps Script Webhook

  1. Click Extensions → Apps Script
  2. Delete the default code
  3. Paste this code:
Edit the code snippet - sheet.appendRow([ ]); according to your workflow
  1. Click Deploy
  2. Select New Deployment
  3. Choose Web App
  4. Under Access:
    Select Anyone
  5. Click Deploy
  6. Copy the Web App URL
This URL is your API endpoint.

STEP 3: Configure in Turbodev

Now go to your API section in bot’s in Turbodev.

Set:

HTTP Method:

URL:

Paste your Apps Script Web App URL

Headers:

Add:

Body:

Map your chatbot variables like this:
Make sure the variable names match exactly with your chatbot flow.

Then:

Click Test API If successful, you will see:
Your WhatsApp responses will now automatically appear inside your Google Sheet