Automate SSL Certificate Monitoring with Google Sheets and Email Alerts - n8n Workflow | Neura Market
Automate SSL Certificate Monitoring with Google Sheets and Email Alerts
This n8n workflow automatically checks SSL certificates for websites listed in a Google Sheet and sends email alerts if any are expiring within 14 days. This helps prevent downtime and security issues caused by expired certificates.
The workflow is triggered weekly and retrieves website URLs from a Google Sheet. It uses the ssl-checker.io API to fetch SSL certificate details, updates the spreadsheet with the latest SSL information, and evaluates certificates for upcoming expiration. If certificates are expiring soon, it sends email notifications to alert relevant parties.
Platform
n8n
Category
Business Operations & ERPs
Price
Free
Creator
Carlos Diaz
if
code
emailSend
stickyNote
httpRequest
googleSheets
splitInBatches
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.