[IMPROVED] Integración de flujos y estructuración del proyecto
- Unificados todos los flujos bajo el tab principal "Local Leads 507" - Movidos los nodos de Browse AI al flujo principal para mejor integración - Mejorada la organización visual para un flujo de trabajo más coherente - Actualizado .gitignore para excluir todos los archivos de respaldo - Eliminada pestaña separada para Browse AI favoreciendo un enfoque integral 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6b6e9723b9
commit
0c2feadcee
2 changed files with 15 additions and 124 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -13,11 +13,13 @@ yarn-error.log
|
||||||
.node-red/node_modules/
|
.node-red/node_modules/
|
||||||
# Credenciales de flujos (información sensible)
|
# Credenciales de flujos (información sensible)
|
||||||
.node-red/flows_cred.json
|
.node-red/flows_cred.json
|
||||||
# Backups automáticos
|
# Archivos de respaldo y configuración dinámica
|
||||||
.node-red/.flows.json.backup
|
.node-red/.flows.json.backup
|
||||||
.node-red/.config.json.backup
|
.node-red/.config.json.backup
|
||||||
.node-red/.sessions.json.backup
|
.node-red/.sessions.json.backup
|
||||||
.node-red/flows.json.backup
|
.node-red/flows.json.backup
|
||||||
|
# Todos los archivos de respaldo
|
||||||
|
*.backup
|
||||||
|
|
||||||
# Mantener flujos y configuración
|
# Mantener flujos y configuración
|
||||||
# flows.json se debe mantener en seguimiento
|
# flows.json se debe mantener en seguimiento
|
||||||
|
|
|
@ -7,14 +7,6 @@
|
||||||
"info": "",
|
"info": "",
|
||||||
"env": []
|
"env": []
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "75e4ab943ee90cbf",
|
|
||||||
"type": "tab",
|
|
||||||
"label": "Browse AI",
|
|
||||||
"disabled": false,
|
|
||||||
"info": "",
|
|
||||||
"env": []
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "772316e0710af934",
|
"id": "772316e0710af934",
|
||||||
"type": "inject",
|
"type": "inject",
|
||||||
|
@ -663,7 +655,7 @@
|
||||||
{
|
{
|
||||||
"id": "9efaa84d2b3edb26",
|
"id": "9efaa84d2b3edb26",
|
||||||
"type": "inject",
|
"type": "inject",
|
||||||
"z": "75e4ab943ee90cbf",
|
"z": "7f0acab470911e6e",
|
||||||
"name": "Start",
|
"name": "Start",
|
||||||
"props": [
|
"props": [
|
||||||
{
|
{
|
||||||
|
@ -681,8 +673,8 @@
|
||||||
"topic": "",
|
"topic": "",
|
||||||
"payload": "",
|
"payload": "",
|
||||||
"payloadType": "date",
|
"payloadType": "date",
|
||||||
"x": 110,
|
"x": 350,
|
||||||
"y": 60,
|
"y": 380,
|
||||||
"wires": [
|
"wires": [
|
||||||
[
|
[
|
||||||
"3b937e6b06c3278d"
|
"3b937e6b06c3278d"
|
||||||
|
@ -692,7 +684,7 @@
|
||||||
{
|
{
|
||||||
"id": "3b937e6b06c3278d",
|
"id": "3b937e6b06c3278d",
|
||||||
"type": "http request",
|
"type": "http request",
|
||||||
"z": "75e4ab943ee90cbf",
|
"z": "7f0acab470911e6e",
|
||||||
"name": "Browse AI Status",
|
"name": "Browse AI Status",
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
"ret": "txt",
|
"ret": "txt",
|
||||||
|
@ -705,8 +697,8 @@
|
||||||
"authType": "bearer",
|
"authType": "bearer",
|
||||||
"senderr": false,
|
"senderr": false,
|
||||||
"headers": [],
|
"headers": [],
|
||||||
"x": 190,
|
"x": 510,
|
||||||
"y": 140,
|
"y": 400,
|
||||||
"wires": [
|
"wires": [
|
||||||
[
|
[
|
||||||
"1d3199e999f849ac"
|
"1d3199e999f849ac"
|
||||||
|
@ -716,7 +708,7 @@
|
||||||
{
|
{
|
||||||
"id": "1d3199e999f849ac",
|
"id": "1d3199e999f849ac",
|
||||||
"type": "debug",
|
"type": "debug",
|
||||||
"z": "75e4ab943ee90cbf",
|
"z": "7f0acab470911e6e",
|
||||||
"name": "Status",
|
"name": "Status",
|
||||||
"active": true,
|
"active": true,
|
||||||
"tosidebar": true,
|
"tosidebar": true,
|
||||||
|
@ -726,121 +718,18 @@
|
||||||
"targetType": "msg",
|
"targetType": "msg",
|
||||||
"statusVal": "",
|
"statusVal": "",
|
||||||
"statusType": "auto",
|
"statusType": "auto",
|
||||||
"x": 370,
|
"x": 690,
|
||||||
"y": 140,
|
"y": 360,
|
||||||
"wires": []
|
"wires": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "423c04669f93f87f",
|
"id": "423c04669f93f87f",
|
||||||
"type": "comment",
|
"type": "comment",
|
||||||
"z": "75e4ab943ee90cbf",
|
"z": "7f0acab470911e6e",
|
||||||
"name": "Palataform Status",
|
"name": "Palataform Status",
|
||||||
"info": "",
|
"info": "",
|
||||||
"x": 310,
|
"x": 150,
|
||||||
"y": 60,
|
"y": 380,
|
||||||
"wires": []
|
"wires": []
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "4839de9f51b65164",
|
|
||||||
"type": "inject",
|
|
||||||
"z": "75e4ab943ee90cbf",
|
|
||||||
"name": "Start",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"p": "payload"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"p": "topic",
|
|
||||||
"vt": "str"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"repeat": "",
|
|
||||||
"crontab": "",
|
|
||||||
"once": false,
|
|
||||||
"onceDelay": 0.1,
|
|
||||||
"topic": "",
|
|
||||||
"payload": "",
|
|
||||||
"payloadType": "date",
|
|
||||||
"x": 590,
|
|
||||||
"y": 60,
|
|
||||||
"wires": [
|
|
||||||
[
|
|
||||||
"f15af69a5d014b84"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "f15af69a5d014b84",
|
|
||||||
"type": "http request",
|
|
||||||
"z": "75e4ab943ee90cbf",
|
|
||||||
"name": "Browse AI Robots List",
|
|
||||||
"method": "GET",
|
|
||||||
"ret": "txt",
|
|
||||||
"paytoqs": "body",
|
|
||||||
"url": "https://api.browse.ai/v2/robots",
|
|
||||||
"tls": "",
|
|
||||||
"persist": false,
|
|
||||||
"proxy": "",
|
|
||||||
"insecureHTTPParser": false,
|
|
||||||
"authType": "bearer",
|
|
||||||
"senderr": false,
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"keyType": "Content-Type",
|
|
||||||
"keyValue": "",
|
|
||||||
"valueType": "application/json",
|
|
||||||
"valueValue": ""
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"x": 680,
|
|
||||||
"y": 140,
|
|
||||||
"wires": [
|
|
||||||
[
|
|
||||||
"e3d6394c2b98a7d1"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "ab16634fed3c7240",
|
|
||||||
"type": "debug",
|
|
||||||
"z": "75e4ab943ee90cbf",
|
|
||||||
"name": "Robots",
|
|
||||||
"active": true,
|
|
||||||
"tosidebar": true,
|
|
||||||
"console": false,
|
|
||||||
"tostatus": false,
|
|
||||||
"complete": "payload.robots.items",
|
|
||||||
"targetType": "msg",
|
|
||||||
"statusVal": "",
|
|
||||||
"statusType": "auto",
|
|
||||||
"x": 1020,
|
|
||||||
"y": 120,
|
|
||||||
"wires": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "140989992205eda1",
|
|
||||||
"type": "comment",
|
|
||||||
"z": "75e4ab943ee90cbf",
|
|
||||||
"name": "Browse AI Robots List",
|
|
||||||
"info": "",
|
|
||||||
"x": 880,
|
|
||||||
"y": 60,
|
|
||||||
"wires": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "e3d6394c2b98a7d1",
|
|
||||||
"type": "json",
|
|
||||||
"z": "75e4ab943ee90cbf",
|
|
||||||
"name": "",
|
|
||||||
"property": "payload",
|
|
||||||
"action": "",
|
|
||||||
"pretty": false,
|
|
||||||
"x": 870,
|
|
||||||
"y": 140,
|
|
||||||
"wires": [
|
|
||||||
[
|
|
||||||
"ab16634fed3c7240"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue