Automatización de correos de nutrición de clientes y recolección de reseñas en Notion
Este es unInvoice Processing, AI Summarization, Multimodal AIflujo de automatización del dominio deautomatización que contiene 18 nodos.Utiliza principalmente nodos como If, Code, Notion, Webhook, Telegram. Usar WhatsApp, GPT-4V y Google Sheets para extraer y organizar datos de recibos
- •Clave de API de Notion
- •Punto final de HTTP Webhook (n8n generará automáticamente)
- •Bot Token de Telegram
Nodos utilizados (18)
{
"name": "Automate client nurture emails and testimonial collection from Notion",
"tags": [],
"nodes": [
{
"id": "sticky-header",
"name": "Nota Adhesiva",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "sticky-setup",
"name": "Nota Adhesiva1",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "manual1",
"name": "Activador Manual",
"type": "n8n-nodes-base.manualTrigger",
"position": [
220,
660
],
"parameters": {},
"typeVersion": 1
},
{
"id": "schedule1",
"name": "Activador Programado",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
220,
760
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "getdate1",
"name": "Obtener Fecha de Hoy",
"type": "n8n-nodes-base.code",
"position": [
420,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "notion1",
"name": "Obtener Clientes Notion",
"type": "n8n-nodes-base.notion",
"position": [
620,
710
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "calculate1",
"name": "Calcular Días de Hito",
"type": "n8n-nodes-base.code",
"position": [
820,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday7",
"name": "SI Día 7",
"type": "n8n-nodes-base.if",
"position": [
1020,
610
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday30",
"name": "SI Día 30",
"type": "n8n-nodes-base.if",
"position": [
1020,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday60",
"name": "SI Día 60",
"type": "n8n-nodes-base.if",
"position": [
1020,
810
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email7",
"name": "Enviar Email Día 7",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
610
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "email30",
"name": "Enviar Email Día 30",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
710
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "email60",
"name": "Enviar Email Día 60",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
810
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "telegram1",
"name": "Notificar vía Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
1420,
710
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "webhook1",
"name": "Testimonio Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
220,
980
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "parse1",
"name": "Analizar Testimonio",
"type": "n8n-nodes-base.code",
"position": [
420,
980
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram2",
"name": "Notificar Testimonio",
"type": "n8n-nodes-base.telegram",
"position": [
620,
980
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "respond1",
"name": "Responder a Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
820,
980
],
"parameters": {},
"typeVersion": 1.1
}
],
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"updatedAt": "2025-10-06T00:00:00.000Z",
"versionId": "1.0.0",
"staticData": null,
"connections": {
"ifday7": {
"main": [
[
{
"node": "email7",
"type": "main",
"index": 0
}
]
]
},
"ifday30": {
"main": [
[
{
"node": "email30",
"type": "main",
"index": 0
}
]
]
},
"ifday60": {
"main": [
[
{
"node": "email60",
"type": "main",
"index": 0
}
]
]
},
"getdate1": {
"main": [
[
{
"node": "notion1",
"type": "main",
"index": 0
}
]
]
},
"manual1": {
"main": [
[
{
"node": "getdate1",
"type": "main",
"index": 0
}
]
]
},
"schedule1": {
"main": [
[
{
"node": "getdate1",
"type": "main",
"index": 0
}
]
]
},
"email7": {
"main": [
[
{
"node": "telegram1",
"type": "main",
"index": 0
}
]
]
},
"parse1": {
"main": [
[
{
"node": "telegram2",
"type": "main",
"index": 0
}
]
]
},
"email30": {
"main": [
[
{
"node": "telegram1",
"type": "main",
"index": 0
}
]
]
},
"email60": {
"main": [
[
{
"node": "telegram1",
"type": "main",
"index": 0
}
]
]
},
"notion1": {
"main": [
[
{
"node": "calculate1",
"type": "main",
"index": 0
}
]
]
},
"telegram2": {
"main": [
[
{
"node": "respond1",
"type": "main",
"index": 0
}
]
]
},
"webhook1": {
"main": [
[
{
"node": "parse1",
"type": "main",
"index": 0
}
]
]
},
"calculate1": {
"main": [
[
{
"node": "ifday7",
"type": "main",
"index": 0
},
{
"node": "ifday30",
"type": "main",
"index": 0
},
{
"node": "ifday60",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 0
}¿Cómo usar este flujo de trabajo?
Copie el código de configuración JSON de arriba, cree un nuevo flujo de trabajo en su instancia de n8n y seleccione "Importar desde JSON", pegue la configuración y luego modifique la configuración de credenciales según sea necesario.
¿En qué escenarios es adecuado este flujo de trabajo?
Avanzado - Procesamiento de facturas, Resumen de IA, IA Multimodal
¿Es de pago?
Este flujo de trabajo es completamente gratuito, puede importarlo y usarlo directamente. Sin embargo, tenga en cuenta que los servicios de terceros utilizados en el flujo de trabajo (como la API de OpenAI) pueden requerir un pago por su cuenta.
Flujos de trabajo relacionados recomendados
Shelly-Ann Davy
@SheCodesFlowFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
Compartir este flujo de trabajo