Actualizar README.md
This commit is contained in:
@@ -124,8 +124,6 @@ Schedule Trigger (10am)
|
|||||||
- **TRUE (sin fecha):** → `Wait3` → vuelve al loop (siguiente empleado).
|
- **TRUE (sin fecha):** → `Wait3` → vuelve al loop (siguiente empleado).
|
||||||
- **FALSE (tiene fecha):** → continúa hacia `Coincide con fecha de hoy?`.
|
- **FALSE (tiene fecha):** → continúa hacia `Coincide con fecha de hoy?`.
|
||||||
|
|
||||||
> ⚠️ **Nota:** La nota sticky original decía que el sistema avisaría a RRHH si falta la fecha, pero actualmente el `TRUE` solo hace un `Wait3` y continúa. Considerar agregar una notificación a RRHH.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### 10. Coincide con fecha de hoy?
|
### 10. Coincide con fecha de hoy?
|
||||||
@@ -136,8 +134,6 @@ Schedule Trigger (10am)
|
|||||||
- **TRUE:** La fecha coincide → continúa el flujo.
|
- **TRUE:** La fecha coincide → continúa el flujo.
|
||||||
- **FALSE:** No es el cumpleaños hoy → `Wait3` → siguiente empleado.
|
- **FALSE:** No es el cumpleaños hoy → `Wait3` → siguiente empleado.
|
||||||
|
|
||||||
> ⚠️ **Importante:** El `rightValue` tiene un espacio al final: `{{ $now.format('MMMM dd') }} `. Asegurarse de que los datos de Birthday en el CSV también tengan ese formato (`MMMM dd`) para evitar falsos negativos.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### 11. Tiene foto?
|
### 11. Tiene foto?
|
||||||
@@ -278,31 +274,7 @@ El spreadsheet `HBD` debe tener al menos las columnas:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Paso 3: Configurar Browserless
|
### Paso 3: Configurar EvolutionAPI (WhatsApp)
|
||||||
|
|
||||||
El workflow usa una instancia de Browserless alojada en Easypanel:
|
|
||||||
|
|
||||||
```
|
|
||||||
URL: https://pruebadetemplate-browserless.k11ytw.easypanel.host
|
|
||||||
Token: 8d66338953f117a7c29c55364c8c9e6d
|
|
||||||
```
|
|
||||||
|
|
||||||
Si se despliega una nueva instancia, actualizar la URL y el token en el nodo **HTTP Request** (screenshot).
|
|
||||||
|
|
||||||
**Para desplegar Browserless en Docker:**
|
|
||||||
```yaml
|
|
||||||
services:
|
|
||||||
browserless:
|
|
||||||
image: ghcr.io/browserless/chromium:latest
|
|
||||||
ports:
|
|
||||||
- "3000:3000"
|
|
||||||
environment:
|
|
||||||
- TOKEN=tu_token_aqui
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Paso 4: Configurar EvolutionAPI (WhatsApp)
|
|
||||||
|
|
||||||
El workflow usa EvolutionAPI como intermediario para WhatsApp:
|
El workflow usa EvolutionAPI como intermediario para WhatsApp:
|
||||||
|
|
||||||
@@ -314,7 +286,7 @@ Asegúrate de que la instancia `botsoporte` esté conectada y activa antes de ej
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Paso 5: Importar el workflow en n8n
|
### Paso 4: Importar el workflow en n8n
|
||||||
|
|
||||||
1. En n8n, ve a **Workflows → Import from file/URL**.
|
1. En n8n, ve a **Workflows → Import from file/URL**.
|
||||||
2. Pega el JSON del workflow o importa desde Gitea.
|
2. Pega el JSON del workflow o importa desde Gitea.
|
||||||
|
|||||||
Reference in New Issue
Block a user