Skip to content

Instantly share code, notes, and snippets.

@Kaihanga
Kaihanga / proxmox-to-discord-n8n.json
Last active October 13, 2025 08:49
Proxmox to Discord Notification with n8n
{
"nodes": [
{
"parameters": {
"authentication": "webhook",
"content": "={{ $json.content }}",
"options": {}
},
"type": "n8n-nodes-base.discord",
"typeVersion": 2,