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": "LFM Stats",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes"
}
]
}
},
"id": "5867e1df-21ce-48b6-9b9d-8473fc71e290",
"name": "Every 5 Minutes",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
580,
540
]
},
{
"parameters": {
"url": "https://api2.lowfuelmotorsport.com/api/licenseWidgetUserData/XXXXX",
"options": {}
},
"id": "094f6c6e-ee3f-4cd2-a1fb-dd39a39c0d98",
"name": "Fetch Data",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
780,
540
]
},
{
"parameters": {
"method": "POST",
"url": "http://192.168.1.128/api/custom",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "name",
"value": "lfm"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "text",
"value": "={{ $json.user.cc_rating + ' ' + $json[\"user\"][\"license\"] + ' ' + $json[\"user\"][\"safety_rating\"] }}"
},
{
"name": "icon",
"value": "53202"
},
{
"name": "pushIcon",
"value": "2"
},
{
"name": "textOffset",
"value": "4"
}
]
},
"options": {}
},
"id": "30230a8e-4a8a-4f84-9b8f-dcb403b03520",
"name": "Send to Clock",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
980,
540
]
},
{
"parameters": {
"method": "POST",
"url": "http://192.168.1.128/api/custom",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "name",
"value": "lfm"
}
]
},
"options": {}
},
"id": "3658f445-68b2-417e-a5db-026b0c115bc9",
"name": "Remove App",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
780,
700
]
}
],
"connections": {
"Every 5 Minutes": {
"main": [
[
{
"node": "Fetch Data",
"type": "main",
"index": 0
}
]
]
},
"Fetch Data": {
"main": [
[
{
"node": "Send to Clock",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "bd43bdde-476e-4fad-9d9c-c3017cec29d3",
"id": "17",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
LFM Stats. Uses httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/Lovely-Sim-Racing/lovely-pixelclock-n8n/blob/611e0c57bb09ddbf2e764b1a6ac74561a5a7f7f6/workflows/LFM_Stats.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.
Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.