Block 1 - Send a message
- Type / Role
- n8n-nodes-base.gmail - gmail
- Config choices
- Version 2.1
This workflow is provided as-is. Please review and test before using in production.
Summary Turns the latest CVEs from NVD into a clean, sortable email digest (table + plaintext) and sends it via Gmail. The flow pulls the newest CVEs, extracts Vendor / Product / Version , severity...
n8n-nodes-base.gmail, n8n-nodes-base.httprequest, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Calistus Christian.
Original n8n.io sourceTurns the latest CVEs from NVD into a clean, sortable email digest (table + plaintext) and sends it via Gmail. The flow pulls the newest CVEs, extracts Vendor / Product / Version, severity & CVSS, highlights public exploit references, drafts an HTML table, then asks OpenAI to tighten the copy before emailing it. Optionally, you can swap the Gmail node to Signal, Slack, Microsoft Teams, etc.
Perfect for: SecOps leads who want a low-noise digest of what changed recently, grouped and ranked by severity.
Triggers on a schedule (every 30 minutes by default).
Calls the NVD 2.0 API to fetch recent CVEs.
Parses each CVE to extract:
Vendor / Product / Version(s) (from CPE 2.3 where available, with a text fallback)
Severity + CVSS (V3.1/V3.0/V2 fallback) and vector string
Exploit signal (tags/links like Exploit‑DB, GitHub PoCs, etc.)
Short English summary + direct NVD link
Builds an HTML email (and a plaintext fallback) ranked by severity then score.
Uses OpenAI to polish the subject line and copy into a concise, professional digest (JSON‑only contract).
Sends the digest with the Gmail node.
NVD API key (free) --- create at https://nvd.nist.gov/developers/request-an-api-key
OpenAI API key with access to gpt-4o-mini (or change the model)
Email sending:
Import the workflow JSON below.
Open HTTP Request → Headers and confirm apiKey uses {{$env.NVD_API_KEY}}.
Open Send a message (Gmail) and set To to {{$env.RECIPIENT_EMAIL}} (or your address).
Open OpenAI Email Crafter and connect your OpenAI credential (or change model if needed).
Hit Execute to test, then Activate when happy.
Created by ca7ai (n8n Creator).
security, cve, cisa, nvd, email, monitoring, openai, gmail, automation
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Send organized security CVE digests from NVD with AI-polished summaries to Gmail |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | SecOps, AI Summarization |
| Author | Calistus Christian |
| Published | 31 Aug 2025 |
Use the JSON export at /data/workflows/8097/8097.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Summary Turns the latest CVEs from NVD into a clean, sortable email digest (table + plaintext) and sends it via Gmail. The flow pulls the newest CVEs, extracts Vendor / Product / Version , severity...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your SecOps, AI Summarization use case.