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": "\ud83d\udcb3 ECU \u2014 Proceso de compra",
"nodes": [
{
"parameters": {
"path": "ecu-purchase",
"responseMode": "lastNode"
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
240,
300
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.body.product }}",
"operation": "notEmpty"
}
]
}
},
"name": "Validate Product",
"type": "n8n-nodes-base.if",
"typeVersion": 2,
"position": [
460,
300
]
},
{
"parameters": {
"content": "={{ `\u2705 *Orden de compra creada*\\n\\n\ud83d\udce6 Servicio: ${$json.body.product}\\n\ud83d\udcb0 Precio: ${$json.body.price || 'Consultar'}\\n\ud83d\udc64 Cliente: ${$json.body.user_id || 'unknown'}\\n\\n\ud83d\udccb Siguientes pasos:\\n1\ufe0f\u20e3 Sube tu archivo .bin/.orig\\n2\ufe0f\u20e3 Realiza el pago\\n3\ufe0f\u20e3 Recibe tu archivo en 24h` }}",
"jsonOutput": true
},
"name": "Create Order",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
680,
200
]
},
{
"parameters": {
"authentication": "headerAuth",
"requestMethod": "POST",
"url": "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/sendMessage",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "chat_id",
"value": "6683244662"
},
{
"name": "text",
"value": "={{ `\ud83d\udcb3 *NUEVA COMPRA*\\n\\n\ud83d\udce6 ${$json.body.product}\\n\ud83d\udcb0 ${$json.body.price || 'Consultar'}\\n\ud83d\udc64 ${$json.body.user_id || 'unknown'}\\n\\n\u23f3 Esperando archivo y pago` }}"
},
{
"name": "parse_mode",
"value": "Markdown"
}
]
},
"options": {}
},
"name": "Notify Purchase",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
880,
200
]
},
{
"parameters": {
"response": {
"response": "={{ { status: 'ok', message: 'Orden creada', next_steps: ['upload_file', 'payment'] } }}"
}
},
"name": "Respond Success",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.1,
"position": [
1080,
200
]
},
{
"parameters": {
"content": "Productos disponibles: Stage 1, DPF OFF, EGR OFF",
"jsonOutput": true
},
"name": "Response Error",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
680,
400
]
},
{
"parameters": {
"response": {
"response": "={{ { status: 'error', message: 'Producto no v\u00e1lido. Opciones: Stage 1 ($150), DPF OFF ($120), EGR OFF ($100)' } }}"
}
},
"name": "Respond Error",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.1,
"position": [
1080,
400
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Validate Product",
"type": "main",
"index": 0
}
]
]
},
"Validate Product": {
"main": [
[
{
"node": "Create Order",
"type": "main",
"index": 0
}
],
[
{
"node": "Response Error",
"type": "main",
"index": 0
}
]
]
},
"Create Order": {
"main": [
[
{
"node": "Notify Purchase",
"type": "main",
"index": 0
}
]
]
},
"Notify Purchase": {
"main": [
[
{
"node": "Respond Success",
"type": "main",
"index": 0
}
]
]
},
"Response Error": {
"main": [
[
{
"node": "Respond Error",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"tags": [
"ecu-tuning",
"purchase"
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
๐ณ ECU โ Proceso de compra. Uses httpRequest. Webhook trigger; 7 nodes.
Source: https://github.com/SmarterCL/os.smarterbot.cl/blob/0c9c17e0e6d7e57ba50d1141b656b14242162c9d/n8n-workflows/ecu-purchase.json โ original creator credit. Request a take-down โ
More Web Scraping workflows โ ยท Browse all categories โ
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 .
eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.
This workflow receives webhook requests from a content calendar and uses the X API v2 to publish text posts, threads, image/video posts, and polls, as well as delete existing posts and run a credentia
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