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": "phase1cGetServer",
"name": "Get a BattleMetrics server",
"nodes": [
{
"parameters": {},
"id": "1e83f572-35ed-4b5e-b64d-111111111111",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"resource": "server",
"operation": "get",
"serverId": "000000000000000000"
},
"id": "1e83f572-35ed-4b5e-b64d-222222222222",
"name": "Get a server",
"type": "n8n-nodes-battlemetrics.battleMetrics",
"typeVersion": 1,
"position": [
260,
0
]
},
{
"parameters": {
"content": "## Before running\nCreate a **BattleMetrics API** credential with your personal access token, select it on **Get a server**, and replace the synthetic Server ID. Never share the token or private execution data."
},
"id": "1e83f572-35ed-4b5e-b64d-333333333333",
"name": "Setup notes",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
-20,
-260
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Get a server",
"type": "main",
"index": 0
}
]
]
}
},
"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
Get a BattleMetrics server. Uses n8n-nodes-battlemetrics. Event-driven trigger; 3 nodes.
Source: https://github.com/christopherjnelson/n8n-nodes-battlemetrics/blob/main/examples/get-server.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.
Get BattleMetrics games. Uses n8n-nodes-battlemetrics. Event-driven trigger; 3 nodes.
Get a BattleMetrics player. Uses n8n-nodes-battlemetrics. Event-driven trigger; 3 nodes.
Get BattleMetrics servers. Uses n8n-nodes-battlemetrics. Event-driven trigger; 3 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.