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": "Workflow Stalse",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "ticket-events",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
0,
0
],
"id": "0f969f58-bb2d-4942-a429-35b5103ab269",
"name": "Webhook"
},
{
"parameters": {
"method": "POST",
"url": "https://httpbin.org/post",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{$json}}",
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.3,
"position": [
416,
0
],
"id": "db8963c4-5e87-40c4-9efa-78464b82dca3",
"name": "HTTP Request"
},
{
"parameters": {
"jsCode": "const body = $json.body ?? $json;\n\nreturn [\n {\n received: true,\n event: body.event,\n trigger: body.trigger,\n ticket_id: body.ticket?.id,\n status: body.ticket?.status,\n priority: body.ticket?.priority,\n processed_at: new Date().toISOString()\n }\n];\n"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
208,
0
],
"id": "d8e12287-6a3d-42fe-836e-e71f701a022f",
"name": "Code in JavaScript"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Code in JavaScript",
"type": "main",
"index": 0
}
]
]
},
"Code in JavaScript": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "a0341751-046e-4de6-819a-dba87e162b3b",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "ddHPQryz05Ztx1Np",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Workflow Stalse. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/lucasribeirorsousa/desafio-stalse/blob/f02314da25e056afdcee303579652833d24ce799/n8n/workflow_stalse.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.
This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di
This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .
This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c
Sign PDF documents with legally-compliant digital signatures using X.509 certificates. Supports multiple PAdES signature levels (B, T, LT, LTA) with optional visible stamps.
📡 This workflow serves as the central Alpha Vantage API fetcher for Tesla trading indicators, delivering cleaned 20-point JSON outputs for three timeframes: , , and . It is required by the following a