This workflow follows the HTTP Request → Telegram 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": "exam2p-flujo-auditoria",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "exam2p-auditoria",
"responseMode": "responseNode",
"options": {}
},
"id": "webhook-entrada",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.datos.exam2p_accion }}",
"value2": "ELIMINAR"
}
]
}
},
"id": "validar-accion",
"name": "IF",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://localhost:3003/chat",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n \"message\": \"Se ha registrado una eliminaci\u00f3n en auditor\u00eda. Entidad: {{ $json.datos.exam2p_entidad }}, ID: {{ $json.datos.exam2p_registroAfectadoId }}, Usuario: {{ $json.datos.exam2p_usuario }}, Fecha: {{ $json.datos.exam2p_fechaHora }}, Detalle: {{ $json.datos.exam2p_detalle }}. Genera un mensaje de alerta profesional y conciso (m\u00e1ximo 200 caracteres).\"\n}",
"options": {}
},
"id": "gemini-request",
"name": "HTTP Request (API Gateway)",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
650,
200
]
},
{
"parameters": {
"chatId": "={{ $env.TELEGRAM_CHAT_ID }}",
"text": "=\ud83d\udea8 *ALERTA DE AUDITOR\u00cdA*\\n\\n{{ $json.response }}\\n\\n\ud83d\udcca *Detalles:*\\n\u2022 Entidad: {{ $node['Webhook'].json.datos.exam2p_entidad }}\\n\u2022 ID: {{ $node['Webhook'].json.datos.exam2p_registroAfectadoId }}\\n\u2022 Usuario: {{ $node['Webhook'].json.datos.exam2p_usuario }}\\n\u2022 Fecha: {{ $node['Webhook'].json.datos.exam2p_fechaHora }}",
"additionalFields": {
"parseMode": "Markdown"
}
},
"id": "telegram-alerta",
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
850,
200
],
"credentials": {
"telegramApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ { \"success\": true, \"mensaje\": \"Notificaci\u00f3n enviada\", \"registroId\": $node['Webhook'].json.datos.registroId } }}"
},
"id": "respond-webhook",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
1050,
200
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ { \"success\": false, \"mensaje\": \"Acci\u00f3n no es ELIMINAR, no se envi\u00f3 notificaci\u00f3n\" } }}"
},
"id": "respond-sin-accion",
"name": "Respond Sin Acci\u00f3n",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
650,
400
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "IF",
"type": "main",
"index": 0
}
]
]
},
"IF": {
"main": [
[
{
"node": "HTTP Request (Gemini)",
"type": "main",
"index": 0
}
],
[
{
"node": "Respond Sin Acci\u00f3n",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request (Gemini)": {
"main": [
[
{
"node": "Telegram",
"type": "main",
"index": 0
}
]
]
},
"Telegram": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {},
"versionId": "1",
"id": "exam2p-flujo-auditoria",
"tags": []
}
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
exam2p-flujo-auditoria. Uses httpRequest, telegram. Webhook trigger; 5 nodes.
Source: https://github.com/vivileef/exam2p-servicio-auditoria/blob/9d2c7f44aa04b603449d59cb086fc7fa031f71c7/n8n-workflow/exam2p-flujo-auditoria.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.
WF_UNIFIED_LEGAL_AUTOMATION. Uses googleSheets, httpRequest, telegram, telegramTrigger. Webhook trigger; 53 nodes.
qualiopi. Uses airtable, telegram, emailSend, httpRequest. Webhook trigger; 51 nodes.
PsyCardv2. Uses executeCommand, telegram, readBinaryFile, googleDrive. Webhook trigger; 41 nodes.
Settings. Uses httpRequest, postgres, telegram. Webhook trigger; 38 nodes.
[](https://www.linkedin.com/in/mosaab-yassir-lafrimi/)[](https://t.me/joevenner)