This workflow follows the Execute Workflow Trigger → HTTP Request recipe pattern — see all workflows that pair these two integrations.
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 Race",
"nodes": [
{
"parameters": {
"url": "https://api2.lowfuelmotorsport.com/api/licenseWidgetUserData/XXXXX",
"options": {}
},
"id": "9925ab16-b503-4924-ab80-fd02b08ecdc9",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
800,
540
]
},
{
"parameters": {
"method": "POST",
"url": "http://192.168.1.128/api/custom",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "name",
"value": "lfm_race"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "text",
"value": "={{ $json[\"race\"][0][\"event_name\"] + '- Split ' + $json.race[0].split + ' - #' + $json[\"race\"][0][\"race_id\"] + ' - ' + DateTime.fromISO($json[\"race\"][0][\"race_date\"]).setZone('system').toFormat('LLL dd, HH:mm') }}"
},
{
"name": "duration",
"value": "22"
},
{
"name": "icon",
"value": "53202"
},
{
"name": "pushIcon",
"value": "2"
},
{
"name": "textOffset",
"value": "4"
}
]
},
"options": {}
},
"id": "9cab1506-8f1c-484f-ad87-5c4522b1f6f1",
"name": "Send ELO to Clock",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
1240,
400
]
},
{
"parameters": {},
"id": "310daf85-14ed-4bc6-8653-db201e671880",
"name": "Execute Workflow Trigger",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1,
"position": [
580,
360
]
},
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes"
}
]
}
},
"id": "7a340b31-5fc6-472d-aeec-ece0d7652142",
"name": "Every 5 Minutes",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
580,
540
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.race }}",
"operation": "isNotEmpty"
}
]
}
},
"id": "0ee0b431-7b86-498b-b892-849b03627752",
"name": "IF",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
1000,
540
]
},
{
"parameters": {
"method": "POST",
"url": "http://192.168.1.128/api/custom",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "name",
"value": "lfm_race"
}
]
},
"options": {}
},
"id": "4c01b4c6-17eb-4680-ba5d-23695373f9cc",
"name": "Remove App",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
1240,
640
]
}
],
"connections": {
"HTTP Request": {
"main": [
[
{
"node": "IF",
"type": "main",
"index": 0
}
]
]
},
"Execute Workflow Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"Every 5 Minutes": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"IF": {
"main": [
[
{
"node": "Send ELO to Clock",
"type": "main",
"index": 0
}
],
[
{
"node": "Remove App",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "d7b4f63b-bd71-4064-bf2f-5f21a7a4e32c",
"id": "29",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
LFM Race. Uses httpRequest, executeWorkflowTrigger. Event-driven trigger; 6 nodes.
Source: https://github.com/Lovely-Sim-Racing/lovely-pixelclock-n8n/blob/611e0c57bb09ddbf2e764b1a6ac74561a5a7f7f6/workflows/LFM_Race.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.
Workflow 3400. Uses httpRequest, executeWorkflowTrigger. Event-driven trigger; 8 nodes.
This workflow is perfect for automation builders, developers, and DevOps teams using n8n who want to send structured log messages to BetterStack Logs. Whether you're monitoring mission-critical workfl
Our KB Tool - Confluence KB is crafted to seamlessly integrate into the IT Ops AI SlackBot Workflow, enhancing the IT support process by enabling sophisticated search and response capabilities via Sla
twenty-sync. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 6 nodes.
This workflow converts an HTML string into a polished PDF file using the powerful open-source Gotenberg service. It's designed to be a reusable utility in your automation stack. Receives Input: The wo