Block 1 - Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Description Automatically fetch today's Google Calendar meetings every morning at 9 AM, generate a natural, human sounding SMS reminder for each one using GPT 4o mini, and deliver it to your US pho...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlecalendar, n8n-nodes-base.splitinbatches, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.openai, n8n-nodes-alive5.alive5
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Incrementors.
Original n8n.io sourceAutomatically fetch today's Google Calendar meetings every morning at 9 AM, generate a natural, human-sounding SMS reminder for each one using GPT-4o-mini, and deliver it to your US phone number via Alive5 — all without typing a single word manually.
Stop missing meetings or fumbling with calendar notifications. This workflow automatically reads your Google Calendar at 9 AM every day, loops through each meeting scheduled for that day, and uses GPT-4o-mini to write a friendly, under-160-character SMS reminder — then ships it to your phone via Alive5.
Perfect for busy professionals, founders, sales reps, consultants, and remote workers who want a clean, distraction-free reminder system that feels personal — not robotic.
This automation handles five key tasks:
The workflow runs on a schedule — no form, no manual trigger needed. At 9 AM every day, the cron expression 0 9 * * * fires automatically.
The Google Calendar node fetches all events for today from your connected calendar. You can use primary or pick a specific calendar from the dropdown after connecting your OAuth credential.
A SplitInBatches node then loops through each event one at a time. This is the key to per-meeting personalization — every event gets its own AI-generated message rather than one bulk summary.
For each meeting, a Set node extracts six clean fields: meeting title, formatted time (h:mm a), location, calculated duration in minutes, attendee count, and description. These structured values feed cleanly into the AI prompt.
GPT-4o-mini receives the meeting details and applies a strict 9-rule system prompt: keep it under 160 characters, no greetings like "Hi" or "Hello", always include title and time, skip location if empty or TBD, no emojis, no quotation marks, no sign-offs, output only the SMS text — nothing else. Temperature is set to 0.6 for slight natural variation, and max tokens are capped at 80 to enforce brevity.
The generated message is then passed to the Alive5 node, which sends it as an SMS to your US phone number. After sending, the workflow loops back to the SplitInBatches node and processes the next meeting until all events for the day are handled.
Accounts needed:
Estimated setup time: 5–10 minutes
YOUR_CALENDAR_ID with primary or pick your calendar from the dropdowngpt-4o-mini+1XXXXXXXXXX with the recipient US phone number in E.164 format (example: +14155551234)0 9 * * * (every day at 9 AM)0 7 * * * for 7 AM or 0 8 * * 1-5 for weekdays onlyFrom each Google Calendar event:
AI-generated SMS output:
For questions or assistance:
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Get daily meeting SMS reminders from Google Calendar with GPT-4o-mini and Alive5 |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Personal Productivity, Multimodal AI |
| Author | Incrementors |
| Published | 04 May 2026 |
Use the JSON export at /data/workflows/15469/15469.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Description Automatically fetch today's Google Calendar meetings every morning at 9 AM, generate a natural, human sounding SMS reminder for each one using GPT 4o mini, and deliver it to your US pho...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, Multimodal AI use case.