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": "wf_event_controller_graylog",
"nodes": [
{
"parameters": {
"path": "graylog/event",
"httpMethod": "POST"
},
"id": "1",
"name": "Webhook Graylog",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
200,
300
]
},
{
"parameters": {
"jsCode": "return [{json:{source:'graylog',event:$json}}];"
},
"id": "2",
"name": "Normalize Graylog Event",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
450,
300
]
},
{
"parameters": {
"method": "POST",
"url": "={{$env.ZABBIX_URL}}",
"sendBody": true
},
"id": "3",
"name": "Create Zabbix Event",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
700,
300
]
}
],
"connections": {
"Webhook Graylog": {
"main": [
[
{
"node": "Normalize Graylog Event",
"type": "main",
"index": 0
}
]
]
},
"Normalize Graylog Event": {
"main": [
[
{
"node": "Create Zabbix Event",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
wf_event_controller_graylog. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/tecno-consultores/ISP-Copilot/blob/main/workflows/wf_event_controller_graylog.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.
This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di
This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .
eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.
This workflow receives webhook requests from a content calendar and uses the X API v2 to publish text posts, threads, image/video posts, and polls, as well as delete existing posts and run a credentia
This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c