workflows.fit
Back to n8n workflows
n8n templateFreeBy Evoort Solutions

Ssl certificate expiry notifier (no paid APIs)

Great — here’s a complete Workflow Description for your n8n Creator submission based on the JSON you shared: --- 🔒 SSL Expiry Notifier (No Paid APIs) --- 🧩 How it Works This workflow automatically checks SSL certifi...

CommunicationHITLCore NodesData & StorageProductivityDevelopmentGoogle SheetsHttp Request
Loading interactive preview...

Template notes

Great — here’s a complete Workflow Description for your n8n Creator submission based on the JSON you shared:

---

🔒 SSL Expiry Notifier (No Paid APIs)

---

🧩 How it Works

This workflow automatically checks SSL certificate expiry dates for a list of websites and sends timely email alerts if any certificate is close to expiring. It’s ideal for DevOps, IT Operations, or Web Admin teams to stay ahead of certificate issues — without relying on any paid API services.

Here's the high-level logic:

1. Trigger: Runs daily at 8 AM using the Schedule Trigger node. 2. Fetch URLs: Reads URLs to monitor from a Google Sheet. 3. Check SSL: Calls the free ssl-checker.io API to retrieve SSL certificate details (valid from, valid till, days left). 4. Conditional Check: Filters any certificates expiring in 7 days or less. 5. Send Email: Sends a styled HTML email alert to predefined recipients. 6. Update Sheet: Updates the same Google Sheet with the latest SSL info for each domain.