Ssl certificate expiry notifier (no paid APIs)
Workflow preview
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER
Early Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
Important notice
This workflow is provided as-is. Please review and test before using in production.
Overview
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:
- Trigger: Runs daily at 8 AM using the Schedule Trigger node.
- Fetch URLs: Reads URLs to monitor from a Google Sheet.
- Check SSL: Calls the free
ssl-checker.ioAPI to retrieve SSL certificate details (valid from, valid till, days left). - Conditional Check: Filters any certificates expiring in 7 days or less.
- Send Email: Sends a styled HTML email alert to predefined recipients.
- Update Sheet: Updates the same Google Sheet with the latest SSL info for each domain.
โ๏ธ Set Up Steps (Quick Overview)
๐ Estimated setup time: ~10โ15 minutes
- Connect Google Sheets โ OAuth2 credentials required. Sheet must include a column titled
URLwith domains to monitor. - Set Up SMTP โ Add your email credentials under the SMTP node to enable notifications.
- Optional โ Customize the threshold days in the "Expiry Alert" IF node if you want alerts for a different timeframe.
- Deploy and Activate โ Thatโs it. Once active, the flow runs automatically every day.
๐ก Detailed field mappings and logic notes are included inside the workflow as sticky notes.
๐ Ready to Get Started?
Letโs start your journey on n8n by creating your free account here.