The Emergency Meeting Rescue
Week 6 Hack Stack: The Architect’s Escape Hatch

The Problem
You need a credible, urgent exit strategy that scales based on how desperate you are to leave. A Level 1 excuse buys you a coffee break; a Level 10 gets you out for the day.
The Solution
You will design a 3-node linear “Smoke Bomb.” By sending a single digit (1–10) via Slack, Gmail, or Telegram, n8n will pull a matching excuse from a manifest and fire off a Triple-Threat vibration event to your phone.
Phase 1: The “Absurdity Scale” Manifest
Before building the engine, you need the fuel. We have pre-built a 50-row Google Sheet manifest scaling from “Believable” to “Biblical.”
- Level 1 (Believable): “Your sibling is locked out; you have the only spare key.”
- Level 10 (Biblical): “A literal hole in the space-time continuum has opened in your pantry.”
Save a copy of the Meeting Excuse Generator to your Google Drive
Phase 2: The “Triple-Threat” Sequence
To make the emergency feel real, the automation must simulate a person in a panic. You will set up three sequential notification nodes in n8n:
- Message 1: “Emergency! Come quick!” (Vibrate #1)
- Message 2: “Where are you???” (Vibrate #2)
- Message 3:
{{ $json.Excuse }}(Vibrate #3 — The Punchline)
Phase 3: The Architect’s Resilience Lesson
In the agency world, APIs fail. If your Google Sheet is offline, you cannot afford to stay trapped in that meeting. You must anchor your first two notification nodes directly to your Trigger Node.
This ensures that even if the “Excuse” lookup node fails (turns Red), your phone still vibrates twice with the initial emergency pings. Use the .first() fallback syntax:
The Hack Stack Assignment
- Mandatory: Identify the problem and write a comprehensive D.R.I.V.E. prompt for a 3-node linear automation that achieves this result. Do not build it in n8n. Submit the text of your prompt.
- Extra Credit: Take your prompt, go into n8n, and stand up the functioning automation connecting your trigger (Slack/Gmail/Telegram) to the provided Google Sheet manifest. Submit a screenshot showing a “Green” success log on all nodes and the functioning notification sequence on your phone.