Skip to main content

Create a dead man’s switch for solo founders with Google Sheets and Gmail

Workflow preview

Workflow preview
100%
Create a dead man’s switch for solo founders with Google Sheets and Gmail preview
Open on n8n.io

1. Workflow Overview

Dead Man's Switch for Solo Founders Who is this for Solo founders, freelancers, and one person businesses who need a safety net — an automated system that alerts trusted contacts if something happe...

Best for

  • Personal Productivity automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.gmail, n8n-nodes-base.webhook, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Alejandro Alfonso.

Original n8n.io source

1.1 Workflow description

Title
Create a dead man’s switch for solo founders with Google Sheets and Gmail
Workflow name
Create a dead man’s switch for solo founders with Google Sheets and Gmail

Dead Man's Switch for Solo Founders

Who is this for

Solo founders, freelancers, and one-person businesses who need a safety net — an automated system that alerts trusted contacts if something happens and they stop checking in.

What it does

This workflow creates a personal "dead man's switch" that requires you to check in regularly. If you miss your check-in window, it escalates through two levels of alerts.

  • Check-in via webhook: Visit a simple URL (bookmark it) to record your check-in to Google Sheets
  • Daily monitoring: Every day at 9 AM, the workflow checks how long since your last check-in
  • Two-tier escalation: After your threshold (default 24 hours), you get a reminder email. After double the threshold (48 hours), your emergency contacts are alerted
  • Full audit trail: Every alert is logged to a separate Google Sheet tab

How to set up

  1. Create a Google Sheet with two tabs: CheckIns (columns: timestamp, source, founder_name, founder_email, emergency_contact_1, emergency_contact_2, emergency_message, threshold_hours) and AlertLog (columns: timestamp, status, hours_since_checkin)
  2. Add one seed row in CheckIns with your name, email, emergency contacts, a custom emergency message, and your threshold in hours (e.g. 24)
  3. Paste your Google Sheet URL into all three Google Sheets nodes (Read Check-in Log, Record Check-in, Log Alert to Sheet)
  4. Connect your Gmail OAuth2 credentials on the three Gmail nodes
  5. Connect your Google Sheets credentials on the three Sheets nodes
  6. Activate the workflow and bookmark the webhook URL — that's your daily check-in link

Requirements

  • n8n account (cloud or self-hosted)
  • Google Sheets (one sheet with two tabs)
  • Gmail account with OAuth2 configured

How to customize

  • Change the check-in threshold by editing the threshold_hours value in your Google Sheet (default: 24 hours)
  • Adjust the schedule trigger to check more or less frequently
  • Add more emergency contacts by extending the Code node logic
  • Replace Gmail with Slack, Telegram, or SMS for different alert channels
  • Add a second webhook for a "snooze" function that extends the timer temporarily

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Daily Check (9 AM)

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 2 - Read Check-in Log

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 3 - Calculate Hours Since Last Check-in

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Status OK?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 5 - All Good - No Action

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Is Critical?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 7 - Send Reminder to Founder

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 8 - Alert Emergency Contact 1

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 9 - Alert Emergency Contact 2

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 10 - Log Alert to Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 11 - Check-in Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 12 - Record Check-in

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 13 - Confirm Check-in

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Create a dead man’s switch for solo founders with Google Sheets and Gmail
Complexity advanced
Nodes 18
Categories Personal Productivity
Author Alejandro Alfonso
Published 22 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14236/14236.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Create a dead man’s switch for solo founders with Google Sheets and Gmail do?

Dead Man's Switch for Solo Founders Who is this for Solo founders, freelancers, and one person businesses who need a safety net — an automated system that alerts trusted contacts if something happe...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 use case.