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 →
{
"id": "phase2bReceiveWebhook",
"name": "Receive a signed BattleMetrics webhook",
"nodes": [
{
"parameters": {},
"id": "2a000000-0000-4000-8000-111111111111",
"name": "BattleMetrics Webhook Trigger",
"type": "n8n-nodes-battlemetrics.battleMetricsTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"content": "## Manual webhook setup\nCreate a **BattleMetrics Webhook** credential with a high-entropy shared secret. Start listening and copy the Test URL, or activate this workflow and copy the Production URL. In BattleMetrics **RCON / Triggers**, use an owner-controlled, RCON-connected server and add a Webhook action with the matching URL and secret. Use **Server Action** for a manual connectivity test or **Started Map** for a deterministic automatic example. Server Update can be extremely noisy without filtering. The n8n node receives pushed events; it does not poll or register the upstream trigger. Optionally add Edit Fields to map the verified body into a small `text` and `verified` object, then connect Discord, Slack, Telegram, Email, or another destination after configuring that service's credential locally. Never put secrets or destination credentials in the body or exported workflow."
},
"id": "2a000000-0000-4000-8000-222222222222",
"name": "Setup notes",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
-20,
-280
]
}
],
"connections": {},
"active": false,
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Receive a signed BattleMetrics webhook. Uses n8n-nodes-battlemetrics. Event-driven trigger; 2 nodes.
Source: https://github.com/christopherjnelson/n8n-nodes-battlemetrics/blob/main/examples/receive-battlemetrics-webhook.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.
Set Credentials Dynamically Using Expressions. Uses formTrigger, nasa, respondToWebhook, stickyNote. Event-driven trigger; 7 nodes.
Email form. Uses noOp, hunter, formTrigger, sendGrid. Event-driven trigger; 7 nodes.
Dynamic credentials using expressions. Uses formTrigger, nasa, respondToWebhook, stickyNote. Event-driven trigger; 7 nodes.
Automate Your Customer Service With WhatsApp Business Cloud & Asana. Uses formTrigger, whatsApp, stickyNote, asana. Event-driven trigger; 7 nodes.
User Request Management. Uses clickUp, typeformTrigger. Event-driven trigger; 7 nodes.