⚡ Only 300 spots remaining • Closes in 2d 14h 32m
Never lose a domain again. This workflow runs once a month, performs a WHOIS lookup on your list of domains, calculates the days until expiration, and sends an emergency alert to your email if any domain is nearing its end.
This workflow is pre-configured and ready for deployment. Simply import the JSON template into your n8n instance and configure your credentials.
This is an exclusive blueprint. Copy the JSON below to use it.
PRO TIP
Always test your workflow in a development environment before pushing to production.
{
"nodes": [
{
"parameters": {
"dayOfMonth": [
1
]
},
"name": "Monthly Check",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"command": "whois mydomain.com"
},
"name": "WHOIS Lookup",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {
"toEmail": "[email protected]",
"subject": "Domain Alert: mydomain.com Expiring",
"html": "Check your domain registrar settings!"
},
"name": "Email Alert",
"type": "n8n-nodes-base.gmail",
"typeVersion": 2,
"position": [
650,
300
]
}
],
"connections": {
"Monthly Check": {
"main": [
[
{
"node": "WHOIS Lookup",
"type": "main",
"index": 0
}
]
]
},
"WHOIS Lookup": {
"main": [
[
{
"node": "Email Alert",
"type": "main",
"index": 0
}
]
]
}
}
}To use this, copy the JSON above and paste it directly onto your n8n canvas.
Join the elite marketers who have offloaded their entire backend to n8n. Get direct support and custom builds in our private forum.