AutomationFlowsSlack & Telegram › Webhook → Telegram cotización

Webhook → Telegram cotización

Original n8n title: Óptica - Notificación Cotización

Óptica - Notificación Cotización. Uses telegram. Webhook trigger; 4 nodes.

Webhook trigger★★★★☆ complexity4 nodesTelegram
Slack & Telegram Trigger: Webhook Nodes: 4 Complexity: ★★★★☆ Added:

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 →

Download .json
{
  "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.

Pro

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 →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

WF_UNIFIED_LEGAL_AUTOMATION. Uses googleSheets, httpRequest, telegram, telegramTrigger. Webhook trigger; 53 nodes.

Google Sheets, HTTP Request, Telegram +1
Slack & Telegram

qualiopi. Uses airtable, telegram, emailSend, httpRequest. Webhook trigger; 51 nodes.

Airtable, Telegram, Email Send +3
Slack & Telegram

Admin Handler. Uses telegram, postgres. Webhook trigger; 50 nodes.

Telegram, Postgres
Slack & Telegram

Admin Handler. Uses telegram, postgres. Webhook trigger; 50 nodes.

Telegram, Postgres
Slack & Telegram

PsyCardv2. Uses executeCommand, telegram, readBinaryFile, googleDrive. Webhook trigger; 41 nodes.

Execute Command, Telegram, Read Binary File +2