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": "Appointment Reminder Bot",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 1
}
]
}
},
"name": "Schedule",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
250,
300
]
},
{
"parameters": {
"operation": "search",
"query": "appointments tomorrow"
},
"name": "Get Tomorrow Appts",
"type": "n8n-nodes-base.googleSheets",
"position": [
500,
300
]
},
{
"parameters": {
"from": "+1YOURNUMBER",
"to": "={{$json.phone}}",
"message": "Reminder: You have an appointment tomorrow at {{$json.time}} with {{$json.provider}}. Reply CONFIRM or RESCHEDULE."
},
"name": "Send Reminder",
"type": "n8n-nodes-base.twilio",
"position": [
750,
300
]
}
],
"connections": {
"Schedule": {
"main": [
[
{
"node": "Get Tomorrow Appts",
"type": "main",
"index": 0
}
]
]
},
"Get Tomorrow Appts": {
"main": [
[
{
"node": "Send Reminder",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Appointment Reminder Bot. Uses googleSheets, twilio. Scheduled trigger; 3 nodes.
Source: https://github.com/neebz1/ai-automation-templates/blob/7c72e0f37a3fd760195481e8ee9f1ca472d7f052/templates/appointment-reminder.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.
Review Request Engine. 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