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 →
{
"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
}
]
]
}
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Appointment Reminder Bot. Uses googleSheets, twilio. Scheduled trigger; 3 nodes.
📖 Overview
Customer Service Call Workflow. Uses spreadsheetFile, twilio, googleSheets, emailSend. Scheduled trigger; 17 nodes.
Fetch Squarespace Blog & Event Collections to Google Sheets. Uses scheduleTrigger, manualTrigger, httpRequest, stickyNote. Scheduled trigger; 7 nodes.
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