This workflow follows the Agent → Chat Trigger recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "CYBER SECURITY AWARENESS",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-304,
-64
],
"id": "79a22634-4838-486f-9298-f7597ac7d58c",
"name": "When clicking \u2018Execute workflow\u2019"
},
{
"parameters": {
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"typeVersion": 1.4,
"position": [
-96,
-64
],
"id": "a466d636-d7a8-4969-a764-b78a2a7bbde8",
"name": "When chat message received"
},
{
"parameters": {
"options": {
"systemMessage": "You are a helpYou are a Cybersecurity Awareness Assistant.\n\nUse the HTTP Request tool whenever the user asks about the latest cybersecurity vulnerabilities or security updates.\n\nFor general cybersecurity questions (such as phishing, malware, ransomware, VPN, firewalls, etc.), explain the topic in simple language with examples.\n\nRemember previous conversations using memory and avoid repeating the same information.ful assistant"
}
},
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 3.1,
"position": [
80,
-64
],
"id": "bcdd9976-1db3-47b3-a695-c31867d48efc",
"name": "AI Agent"
},
{
"parameters": {
"model": "llama-3.3-70b-versatile",
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatGroq",
"typeVersion": 1,
"position": [
-144,
128
],
"id": "93b9950b-3928-4c69-8aab-53b216348229",
"name": "Groq Chat Model",
"credentials": {
"groqApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"url": "https://services.nvd.nist.gov/rest/json/cves/2.0?resultsPerPage=5",
"options": {}
},
"type": "n8n-nodes-base.httpRequestTool",
"typeVersion": 4.4,
"position": [
320,
128
],
"id": "6f104560-a95e-4ff5-b3c8-382dc272a9c6",
"name": "HTTP Request"
},
{
"parameters": {},
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"typeVersion": 1.4,
"position": [
80,
128
],
"id": "7e24d9f1-24fb-49ab-89a7-e94420644815",
"name": "Simple Memory"
}
],
"connections": {
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"When chat message received": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Groq Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"HTTP Request": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"Simple Memory": {
"ai_memory": [
[
{
"node": "AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate"
},
"versionId": "751c2f22-802f-42a0-adde-07626026335b",
"meta": {
"templateCredsSetupCompleted": true
},
"nodeGroups": [],
"id": "joImd6FKYzjTxfoJ",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
groqApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
CYBER SECURITY AWARENESS. Uses chatTrigger, agent, lmChatGroq, httpRequestTool. Event-driven trigger; 6 nodes.
Source: https://github.com/MairaRehmat/cyber-security-awareness-n8n/blob/main/cyber-security-awareness-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Turn plain-language chat like “Tomorrow 9 AM: write blog post” into neatly organised Todoist tasks with GPT-4o and n8n—zero code.
This workflow implements a WhatsApp-based virtual restaurant assistant that automates customer interaction from the first message to post-dining follow-up.
Ultimate Browser Agent. Uses airtopTool, slack, airtop, executeWorkflowTrigger. Event-driven trigger; 24 nodes.
This workflow implements a Retrieval-Augmented Generation (RAG) system using Google Gemini's File Search API. It allows users to upload files to a dedicated search store and then ask questions about t
This workflow provides a comprehensive weather reporting system with two main functionalities: a scheduled daily summary and an interactive AI agent for dynamic queries.