← All workflows Missed-call & AI SMS 6 nodes · Schedule

Morning Digest SMS

Daily 7am SMS recapping the last 24h of missed calls, texts, and booked leads

6
nodes
Schedule
trigger
4
services wired
What it does

I built a scheduled n8n workflow that fires at 7am daily, reads the shared activity log from Google Sheets, and rolls the last 24 hours into a single plain-text SMS for the business owner: missed calls caught and texted back, live text conversations, flagged emergencies, and leads ready to book. A deterministic Code node (no LLM) builds the message, keeps it GSM-7 friendly and bounded to three segments, and adds a staleness sentinel that warns the owner to test the system if the whole log has gone silent for 3+ days instead of sending a false "quiet night." The daily read and send are deliberately not fail-open, so a broken sheet or dead line raises an error and alerts me rather than silently reassuring the client.

Deterministic daily SMS digest with staleness fail-safe

The workflow
Live interactive canvas · scroll to zoom, drag to pan

This is the real, sanitized export — credentials and any client data removed. Double-click any node to inspect it, or use the canvas's import link to drop the workflow straight into n8n.

Services
ScheduleGoogle SheetsCodeTwilio SMS