Update backup: Tablero CDC - Sync Proyecto a Sheet WEBHOOK
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"updatedAt": "2026-06-16T16:31:43.496Z",
|
"updatedAt": "2026-07-16T16:14:01.567Z",
|
||||||
"createdAt": "2026-05-27T18:36:03.445Z",
|
"createdAt": "2026-05-27T18:36:03.445Z",
|
||||||
"id": "d39DtIUTQzduqX0v",
|
"id": "d39DtIUTQzduqX0v",
|
||||||
"name": "Tablero CDC - Sync Proyecto a Sheet WEBHOOK",
|
"name": "Tablero CDC - Sync Proyecto a Sheet WEBHOOK",
|
||||||
"description": null,
|
"description": "Recibe los proyectos creados o actualizados desde el Tablero CDC y sincroniza su información con la hoja principal de Google Sheets, manteniendo consistencia entre la aplicación y el registro administrativo.",
|
||||||
"active": true,
|
"active": true,
|
||||||
"isArchived": false,
|
"isArchived": false,
|
||||||
"nodes": [
|
"nodes": [
|
||||||
@@ -348,8 +348,9 @@
|
|||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"content": "## Sync Proyecto a Sheet WEBHOOK\n\nFlujo de producción que recibe project_id desde la app Tablero CDC y sincroniza el proyecto con Google Sheet PROYECTOS 2026.\n\nFlujo:\nWebhook -> preparar project_id -> leer projects -> leer project_links -> preparar fila -> upsert en Sheet -> responder webhook.\n\nNotas:\n- La app llama este flujo usando VITE_WEBHOOK_URL.\n- El upsert usa Project ID.\n- Encabezados del Sheet: fila 3.\n- Datos desde fila 4.\n- Filas viejas sin Project ID quedan como histórico.\n- Leer links del proyecto debe tener Always Output Data activo para que proyectos sin links también se peguen.\n\nSi cambia Supabase empresarial/self-hosted, actualizar URL y keys en los HTTP Request.",
|
"content": "## Sync Proyecto a Sheet WEBHOOK\n\nFlujo de producción que recibe project_id desde la app Tablero CDC y sincroniza el proyecto con Google Sheet PROYECTOS 2026.\n\nFlujo:\nWebhook -> preparar project_id -> leer projects -> leer project_links -> preparar fila -> upsert en Sheet -> responder webhook.\n\nNotas:\n- La app llama este flujo usando VITE_WEBHOOK_URL.\n- El upsert usa Project ID.\n- Encabezados del Sheet: fila 3.\n- Datos desde fila 4.\n- Filas viejas sin Project ID quedan como histórico.\n- Leer links del proyecto debe tener Always Output Data activo para que proyectos sin links también se peguen.\n\nSi cambia Supabase empresarial/self-hosted, actualizar URL y keys en los HTTP Request.",
|
||||||
"height": 672,
|
"height": 704,
|
||||||
"width": 3380
|
"width": 3380,
|
||||||
|
"color": 5
|
||||||
},
|
},
|
||||||
"type": "n8n-nodes-base.stickyNote",
|
"type": "n8n-nodes-base.stickyNote",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
@@ -788,7 +789,7 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"executionOrder": "v1",
|
"executionOrder": "v1",
|
||||||
"binaryMode": "separate",
|
"binaryMode": "separate",
|
||||||
"availableInMCP": false,
|
"availableInMCP": true,
|
||||||
"timeSavedMode": "fixed",
|
"timeSavedMode": "fixed",
|
||||||
"errorWorkflow": "puF4LUczoSz3hcek",
|
"errorWorkflow": "puF4LUczoSz3hcek",
|
||||||
"callerPolicy": "workflowsFromSameOwner"
|
"callerPolicy": "workflowsFromSameOwner"
|
||||||
@@ -797,9 +798,9 @@
|
|||||||
"meta": {
|
"meta": {
|
||||||
"templateCredsSetupCompleted": true
|
"templateCredsSetupCompleted": true
|
||||||
},
|
},
|
||||||
"versionId": "3a865e02-3058-44bb-b335-3c7662f8b217",
|
"versionId": "cc3433da-498f-47e0-902a-bf494199dcf5",
|
||||||
"activeVersionId": "3a865e02-3058-44bb-b335-3c7662f8b217",
|
"activeVersionId": "cc3433da-498f-47e0-902a-bf494199dcf5",
|
||||||
"versionCounter": 226,
|
"versionCounter": 237,
|
||||||
"triggerCount": 1,
|
"triggerCount": 1,
|
||||||
"shared": [
|
"shared": [
|
||||||
{
|
{
|
||||||
@@ -822,9 +823,9 @@
|
|||||||
],
|
],
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"activeVersion": {
|
"activeVersion": {
|
||||||
"updatedAt": "2026-06-16T16:31:44.000Z",
|
"updatedAt": "2026-07-16T00:36:37.000Z",
|
||||||
"createdAt": "2026-06-16T16:31:43.497Z",
|
"createdAt": "2026-07-16T00:36:36.106Z",
|
||||||
"versionId": "3a865e02-3058-44bb-b335-3c7662f8b217",
|
"versionId": "cc3433da-498f-47e0-902a-bf494199dcf5",
|
||||||
"workflowId": "d39DtIUTQzduqX0v",
|
"workflowId": "d39DtIUTQzduqX0v",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
@@ -1168,8 +1169,9 @@
|
|||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"content": "## Sync Proyecto a Sheet WEBHOOK\n\nFlujo de producción que recibe project_id desde la app Tablero CDC y sincroniza el proyecto con Google Sheet PROYECTOS 2026.\n\nFlujo:\nWebhook -> preparar project_id -> leer projects -> leer project_links -> preparar fila -> upsert en Sheet -> responder webhook.\n\nNotas:\n- La app llama este flujo usando VITE_WEBHOOK_URL.\n- El upsert usa Project ID.\n- Encabezados del Sheet: fila 3.\n- Datos desde fila 4.\n- Filas viejas sin Project ID quedan como histórico.\n- Leer links del proyecto debe tener Always Output Data activo para que proyectos sin links también se peguen.\n\nSi cambia Supabase empresarial/self-hosted, actualizar URL y keys en los HTTP Request.",
|
"content": "## Sync Proyecto a Sheet WEBHOOK\n\nFlujo de producción que recibe project_id desde la app Tablero CDC y sincroniza el proyecto con Google Sheet PROYECTOS 2026.\n\nFlujo:\nWebhook -> preparar project_id -> leer projects -> leer project_links -> preparar fila -> upsert en Sheet -> responder webhook.\n\nNotas:\n- La app llama este flujo usando VITE_WEBHOOK_URL.\n- El upsert usa Project ID.\n- Encabezados del Sheet: fila 3.\n- Datos desde fila 4.\n- Filas viejas sin Project ID quedan como histórico.\n- Leer links del proyecto debe tener Always Output Data activo para que proyectos sin links también se peguen.\n\nSi cambia Supabase empresarial/self-hosted, actualizar URL y keys en los HTTP Request.",
|
||||||
"height": 672,
|
"height": 704,
|
||||||
"width": 3380
|
"width": 3380,
|
||||||
|
"color": 5
|
||||||
},
|
},
|
||||||
"type": "n8n-nodes-base.stickyNote",
|
"type": "n8n-nodes-base.stickyNote",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
@@ -1606,15 +1608,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authors": "Isaac Aracena",
|
"authors": "Isaac Aracena",
|
||||||
"name": "Version 3a865e02",
|
"name": "Version cc3433da",
|
||||||
"description": "",
|
"description": "",
|
||||||
"autosaved": true,
|
"autosaved": false,
|
||||||
"workflowPublishHistory": [
|
"workflowPublishHistory": [
|
||||||
{
|
{
|
||||||
"createdAt": "2026-06-16T16:31:44.925Z",
|
"createdAt": "2026-07-16T00:36:37.612Z",
|
||||||
"id": 1433,
|
"id": 3022,
|
||||||
"workflowId": "d39DtIUTQzduqX0v",
|
"workflowId": "d39DtIUTQzduqX0v",
|
||||||
"versionId": "3a865e02-3058-44bb-b335-3c7662f8b217",
|
"versionId": "cc3433da-498f-47e0-902a-bf494199dcf5",
|
||||||
"event": "activated",
|
"event": "activated",
|
||||||
"userId": "0a88c0b1-928e-4412-896e-c5d1c99b2029"
|
"userId": "0a88c0b1-928e-4412-896e-c5d1c99b2029"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user