Back to Templates
This n8n template automatically monitors SSL certificates of websites listed in a Google Sheet and sends email alerts if any are expiring within 14 days. It helps ensure you avoid downtime, security issues, and trust warnings due to expired certificates.
Your Google Sheet should have the following columns:
No | Name | Link | SSL Issued On | SSL Expired On | SSL Status |
---|---|---|---|---|---|
1 | Example Site | https://example.com | 2024-07-01 | 2025-07-01 | Valid |
2 | My Blog | https://myblog.org | 2024-07-05 | 2024-07-20 | Expiring |
Each row should include a valid website URL in the Link column.
Scheduled Trigger
Fetch Website List
Check SSL Certificates
ssl-checker.io
API to retrieve certificate details for each website.Update Spreadsheet
Evaluate SSL Expiry
Check Condition
Send Email Alert
Subject: ⚠️ ALERT!! SSL EXPIRED
SSL certificates expiring soon:
- example.com (expires in 5 days)
- anotherdomain.net (expires in 3 days)