Skip to main content

Get domain expiry reminders with Google Sheets, WHOIS, Telegram, and Ollama AI

Workflow preview

Workflow preview
100%
Get domain expiry reminders with Google Sheets, WHOIS, Telegram, and Ollama AI preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow helps you monitor domain expiration dates and send automated reminders via Telegram when a domain is about to expire or has already expired, using WHOIS data and AI powered informatio...

Best for

  • DevOps automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.cron, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.lmchatollama, @n8n/n8n-nodes-langchain.informationextractor, n8n-nodes-base.stickynote, n8n-nodes-base.splitinbatches

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Get domain expiry reminders with Google Sheets, WHOIS, Telegram, and Ollama AI
Workflow name
Get domain expiry reminders with Google Sheets, WHOIS, Telegram, and Ollama AI

This workflow helps you monitor domain expiration dates and send automated reminders via Telegram when a domain is about to expire or has already expired, using WHOIS data and AI-powered information extracting.

It helps prevent service downtime, lost traffic, and missed renewals for individuals and teams managing multiple domains.

Common use cases:

  • Track and remind on agency-managed client domains
  • Monitor personal or business domain portfolios
  • Send automated expiry alerts for IT and DevOps teams

How it works

  • Runs daily at 08:00 AM
  • Reads domain data from Google Sheets
  • Fetches WHOIS information from whois.com for each domain
  • Extracts the data (expired date, domain owner, status domain) using AI
  • Sends a Telegram reminder if the domain expires within 90 days
  • Records the notification date to avoid duplicate alerts

Setup steps

  1. Add your Google Sheets ID and ensure the required columns exist
  2. Connect your Google Sheets credentials
  3. Connect your Telegram credentials
  4. Configure your LLM provider (Ollama or other)
  5. Activate the workflow

Need Help?

Contact me on LinkedIn!

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 - Cron (Daily 08:00)

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

Block 2 - Google Sheets (Read Domains)

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

Block 3 - IF (Should Notify)

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

Block 4 - Telegram (Send Reminder)

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

Block 5 - Google Sheets (Update last_notified)

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

Block 6 - Ollama Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOllama - lmChatOllama
Config choices
Version 1

Block 7 - Information Extractor

Type / Role
@n8n/n8n-nodes-langchain.informationExtractor - informationExtractor
Config choices
Version 1.2

Block 8 - Sticky Note7

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

Block 9 - Split In Batches

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 10 - Replace Me

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

Block 11 - Get raw data html from whois.com

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

Block 12 - Mappings row data

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

Block 13 - Get Date & Time Diff

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

Block 14 - Extract HTML

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 15 - Sticky Note

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 Note6

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

3. Summary Table

Workflow Get domain expiry reminders with Google Sheets, WHOIS, Telegram, and Ollama AI
Complexity advanced
Nodes 18
Categories DevOps, AI Summarization
Author Cahya
Published 02 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12387/12387.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 Get domain expiry reminders with Google Sheets, WHOIS, Telegram, and Ollama AI do?

This workflow helps you monitor domain expiration dates and send automated reminders via Telegram when a domain is about to expire or has already expired, using WHOIS data and AI powered informatio...

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 DevOps, AI Summarization use case.