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": "Pitskill Race",
"nodes": [
{
"parameters": {
"url": "https://api.pitskill.io/api/events/upcomingRegistrations",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "id",
"value": "XXXXX"
}
]
},
"options": {}
},
"id": "294a4419-8f5b-4d09-b24b-0e3ab221184d",
"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": "pitskill_race"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "text",
"value": "={{ $json.payload[0].event_registrations[0].vehicle_registration.server.server_name + ' - ' + DateTime.fromISO($json.payload[0].start_date).setZone('system').toFormat('LLL dd, HH:mm') }}"
},
{
"name": "duration",
"value": "22"
},
{
"name": "icon",
"value": "53380"
},
{
"name": "pushIcon",
"value": "2"
},
{
"name": "textOffset",
"value": "4"
}
]
},
"options": {}
},
"id": "f8f0bc9d-01f1-43ae-9234-aeaa45dbe0dd",
"name": "Send ELO to Clock",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
1240,
400
]
},
{
"parameters": {},
"id": "a336ed7d-dae4-4f65-bc2d-10760cac00e1",
"name": "Execute Workflow Trigger",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1,
"position": [
580,
360
]
},
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes"
}
]
}
},
"id": "5f46eb83-b940-4da7-99d2-9ccbd332fb7b",
"name": "Every 5 Minutes",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
580,
540
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.payload }}",
"operation": "isNotEmpty"
}
]
}
},
"id": "508e8c80-9364-4ec0-8818-dc3dec97f8e6",
"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": "pitskill_race"
}
]
},
"options": {}
},
"id": "b994d7b5-db42-45cf-8406-060e83a70c89",
"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": "d25839fa-a9b3-4aab-835a-f60c8ae2b7b0",
"id": "31",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Pitskill Race. Uses httpRequest, executeWorkflowTrigger. Event-driven trigger; 6 nodes.
Source: https://github.com/Lovely-Sim-Racing/lovely-pixelclock-n8n/blob/611e0c57bb09ddbf2e764b1a6ac74561a5a7f7f6/workflows/Pitskill_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