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": "\u00d3ptica - Notificaci\u00f3n Cotizaci\u00f3n",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "cotizacion",
"responseMode": "responseNode",
"options": {}
},
"id": "node-webhook",
"name": "Webhook Cotizaci\u00f3n",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
240,
300
]
},
{
"parameters": {
"jsCode": "const telefono = $input.first().json.body.telefono;\nconst mensaje = $input.first().json.body.mensaje;\nconst mensajeUrl = mensaje.replace(/\\n/g, '%0A').replace(/ /g, '%20');\nconst waLink = `https://wa.me/${telefono}?text=${mensajeUrl}`;\nreturn [{ json: { telefono, mensaje, waLink } }];"
},
"id": "node-code",
"name": "Armar Link WhatsApp",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
480,
300
]
},
{
"parameters": {
"chatId": "5976689478",
"text": "=\ud83d\udd14 Nueva cotizacion\n\nTelefono: {{ $json.telefono }}\n\n{{ $json.mensaje }}\n\n\ud83d\udc46 Responder: {{ $json.waLink }}",
"additionalFields": {}
},
"id": "node-telegram",
"name": "Enviar Telegram",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
720,
300
],
"credentials": {
"telegramApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "{\"ok\": true}",
"options": {}
},
"id": "node-response",
"name": "Respuesta OK",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
720,
480
]
}
],
"connections": {
"Webhook Cotizaci\u00f3n": {
"main": [
[
{
"node": "Armar Link WhatsApp",
"type": "main",
"index": 0
}
]
]
},
"Armar Link WhatsApp": {
"main": [
[
{
"node": "Enviar Telegram",
"type": "main",
"index": 0
},
{
"node": "Respuesta OK",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"tags": [
"optica"
]
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
telegramApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Óptica - Notificación Cotización. Uses telegram. Webhook trigger; 4 nodes.
Source: https://github.com/rebeatle/Optica-main/blob/e425706e44c5d047132d23fdcd395882ce6edf60/n8n-workflows/cotizacion-webhook.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.
qualiopi. Uses airtable, telegram, emailSend, httpRequest. Webhook trigger; 51 nodes.
PsyCardv2. Uses executeCommand, telegram, readBinaryFile, googleDrive. Webhook trigger; 41 nodes.
[](https://www.linkedin.com/in/mosaab-yassir-lafrimi/)[](https://t.me/joevenner)
How it works • Webhook triggers from content creation system in Airtable • Downloads media (images/videos) from Airtable URLs • Uploads media to Postiz cloud storage • Schedules or publishes content a
This n8n workflow provides comprehensive network vulnerability scanning with automated CVE enrichment and professional report generation. It performs Nmap scans, queries the National Vulnerability Dat