Skip to main content

Track Companies House filing deadlines with Google Sheets, Gmail & interactive alerts

Workflow preview

Workflow preview
100%
Track Companies House filing deadlines with Google Sheets, Gmail & interactive alerts preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Accounting Alerts Automation Purpose: Automatically track Companies House filing deadlines for UK accounting firms and prevent costly penalties (£150 £1,500 per missed deadline). How it works: D...

Best for

  • Miscellaneous automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.respondtowebhook, n8n-nodes-base.scheduletrigger, n8n-nodes-base.gmail, n8n-nodes-base.httprequest, 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 Ali Amin.

Original n8n.io source

1.1 Workflow description

Title
Track Companies House filing deadlines with Google Sheets, Gmail & interactive alerts
Workflow name
Track Companies House filing deadlines with Google Sheets, Gmail & interactive alerts

🎯 Accounting Alerts Automation

Purpose: Automatically track Companies House filing deadlines for UK accounting firms and prevent costly penalties (£150-£1,500 per missed deadline).

How it works:

  • Daily automated checks pull live deadline data from Companies House API
  • Color-coded email alerts (Red/Orange/Yellow/Green) prioritize urgent deadlines
  • Interactive "Yes/No" buttons let recipients confirm completion status
  • All data syncs back to Google Sheets for complete audit trail

Value: Saves 2-3 hours/week per firm while eliminating manual tracking errors.

⚙️ Daily Deadline Check & Alert System

Runs: Every weekday at 5 PM (Mon-Fri)

What happens:

  1. Read Company Database - Fetches all tracked companies from Google Sheets
  2. Get Company Data - Pulls live filing deadlines from Companies House API for each company
  3. Update Due Dates - Syncs latest deadline data back to the tracking sheet
  4. Build Interactive Email - Creates HTML email with:
    • Color-coded urgency indicators (days remaining)
    • Sortable table by due date
    • Clickable Yes/No confirmation buttons for each company
  5. Send via Gmail - Delivers consolidated report to accounting team

Why automated: Manual deadline checking across 10-50+ companies is time-consuming and error-prone. This ensures nothing falls through the cracks.

✅ Email Response Handler (Webhook Flow)

Triggered when: Recipient clicks "Yes" or "No" button in the alert email

What happens:

  1. Webhook - Receives confirmation status (company_number, company_name, yes/no)
  2. Process Data - Extracts response details from the webhook payload
  3. Update Sheet - Records confirmation status in Google Sheets with timestamp
  4. Confirmation Page - Displays success message to user

Why this matters: Provides instant feedback to the user and creates an audit trail of who confirmed what and when. No separate tracking system needed—everything updates automatically in the same spreadsheet.

Result: Accountability without administrative burden.

📋 Setup Requirements

Google Sheets Database Structure: Create a sheet with these columns:

  • company_number (manually entered)
  • company_name (manually entered)
  • accounts_due (auto-updated)
  • confirmation_due (auto-updated)
  • confirmation_submitted (updated via email clicks)
  • last_updated (auto-timestamp)

Required Credentials:

  • Google Sheets OAuth (for reading/writing data)
  • Companies House API key (free from api.company-information.service.gov.uk)
  • Gmail OAuth (for sending alerts)

Webhook Configuration: Update webhook URL in "Build Interactive Email" node to match your n8n instance.

Time to Setup: ~15 minutes once credentials are configured.

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 - Webhook - Receive Confirmation Update

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

Block 2 - Read Company Database

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

Block 3 - Build Interactive Email

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

Block 4 - Process Webhook Data

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

Block 5 - Update Google Sheet Database

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

Block 6 - Send Confirmation Page

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

Block 7 - Schedule Trigger1

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

Block 8 - Send via Gmail1

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

Block 9 - Get Company Data

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 10 - Update Due Dates in Sheet

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

Block 11 - Sticky Note2

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

Block 12 - Sticky Note3

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

Block 13 - Sticky Note4

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

Block 14 - Sticky Note5

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

3. Summary Table

Workflow Track Companies House filing deadlines with Google Sheets, Gmail & interactive alerts
Complexity intermediate
Nodes 14
Categories Miscellaneous
Author Ali Amin
Published 10 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10707/10707.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 Track Companies House filing deadlines with Google Sheets, Gmail & interactive alerts do?

Accounting Alerts Automation Purpose: Automatically track Companies House filing deadlines for UK accounting firms and prevent costly penalties (£150 £1,500 per missed deadline). How it works: D...

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