Block 1 - Run Domain Expiry Check
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
Automatically track domain expiry dates from Google Sheets, fetch real time DNS expiry data via WHOIS API, and update expiry details back to your sheet with zero manual effort. Automated Domain Exp...
n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by isaWOW.
Original n8n.io sourceAutomatically track domain expiry dates from Google Sheets, fetch real-time DNS expiry data via WHOIS API, and update expiry details back to your sheet with zero manual effort.
Automate the entire process of monitoring domain expiry dates for all your websites directly from Google Sheets. This workflow reads domain names, fetches DNS SOA expiry information using the WHOIS API, converts timestamps into readable dates, and updates expiry details back into your tracking sheet—fully automated and rate-limit safe.
Perfect for SEO teams, agencies, hosting managers, and businesses managing large domain portfolios.
This automation handles four key tasks:
Reads domain data
Fetches expiry details
Processes expiry dates
Updates tracking sheet
The workflow starts manually and loads configuration values such as Google Sheet ID and sheet name. It reads all domains listed in the Websites column and processes them in a loop.
For each domain, the workflow calls the WHOIS API to fetch DNS SOA records. The expiry timestamp is extracted, converted into a readable date format, and enriched with expiry month and year values.
Once processed, the workflow updates the same Google Sheet row with the new expiry information. A 30-second pause is applied before moving to the next domain to ensure API safety and stability.
Estimated setup time: 10 minutes
Ensure expiry values map correctly to:
Domain Expiry
Expiry Month
Expiry Year
Domain data:
Sheet updates:
Need help or custom development?
📧 Email: [email protected]
🌐 Website: https://isawow.com/
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.
| Workflow | Track domain expiry dates with Google Sheets and WHOIS API |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Document Extraction |
| Author | isaWOW |
| Published | 04 Feb 2026 |
Use the JSON export at /data/workflows/13211/13211.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Automatically track domain expiry dates from Google Sheets, fetch real time DNS expiry data via WHOIS API, and update expiry details back to your sheet with zero manual effort. Automated Domain Exp...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Document Extraction use case.