AutomationFlowsData & Sheets › Automated Review Requests via Twilio & Google Sheets

Automated Review Requests via Twilio & Google Sheets

Original n8n title: Review Request Engine

Review Request Engine. Uses googleSheets, twilio. Scheduled trigger; 3 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity3 nodesGoogle SheetsTwilio
Data & Sheets Trigger: Cron / scheduled Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Review Request Engine",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "days",
              "daysInterval": 1
            }
          ]
        }
      },
      "name": "Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "operation": "search",
        "query": "completed jobs last 7 days"
      },
      "name": "Get Completed Jobs",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "from": "+1YOURNUMBER",
        "to": "={{$json.phone}}",
        "message": "Hi {{$json.name}}! Thanks for choosing us. Would you mind leaving a quick review? {{REVIEW_LINK}} \u2014 We appreciate it! \ud83d\ude4f"
      },
      "name": "Send Review Request",
      "type": "n8n-nodes-base.twilio",
      "position": [
        750,
        300
      ]
    }
  ],
  "connections": {
    "Schedule": {
      "main": [
        [
          {
            "node": "Get Completed Jobs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Completed Jobs": {
      "main": [
        [
          {
            "node": "Send Review Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Review Request Engine. Uses googleSheets, twilio. Scheduled trigger; 3 nodes.

Source: https://github.com/neebz1/ai-automation-templates/blob/7c72e0f37a3fd760195481e8ee9f1ca472d7f052/templates/review-request-engine.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

Appointment Reminder Bot. Uses googleSheets, twilio. Scheduled trigger; 3 nodes.

Google Sheets, Twilio
Data & Sheets

📖 Overview

Google Sheets, HTTP Request, Twilio
Data & Sheets

Customer Service Call Workflow. Uses spreadsheetFile, twilio, googleSheets, emailSend. Scheduled trigger; 17 nodes.

Spreadsheet File, Twilio, Google Sheets +1
Data & Sheets

Fetch Squarespace Blog & Event Collections to Google Sheets. Uses scheduleTrigger, manualTrigger, httpRequest, stickyNote. Scheduled trigger; 7 nodes.

HTTP Request, Google Sheets
Data & Sheets

This workflow retrieves all blog and event collection items from a Squarespace site and saves them into a Google Sheets spreadsheet. It uses pagination to fetch 20 items per request, ensuring all cont

HTTP Request, Google Sheets