Ejecución automática de correos de cultivo de clientes y recopilación de reseñas desde Notion
Este es unSupport Chatbot, Multimodal AIflujo de automatización del dominio deautomatización que contiene 19 nodos.Utiliza principalmente nodos como If, Set, Code, Webhook, Telegram. Automatización de la programación de reuniones con Google Calendar, Notion CRM y a través de Telegram
- •Punto final de HTTP Webhook (n8n generará automáticamente)
- •Bot Token de Telegram
- •Pueden requerirse credenciales de autenticación para la API de destino
Nodos utilizados (19)
Categoría
{
"meta": {
"templateCreatedBy": {
"id": "template-creator",
"name": "n8n Template Creator"
},
"templateCredentials": [
"notionApi",
"smtp",
"telegramApi"
]
},
"name": "Automate client nurture emails and testimonial collection from Notion",
"tags": [],
"nodes": [
{
"id": "sticky-overview",
"name": "Guía de Configuración",
"type": "n8n-nodes-base.stickyNote",
"position": [
-700,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "sticky-config",
"name": "Instrucciones de Configuración",
"type": "n8n-nodes-base.stickyNote",
"position": [
-700,
540
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "manual-trigger",
"name": "Activador Manual",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-300,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "schedule-trigger",
"name": "Programar Diariamente",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-300,
420
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "settings",
"name": "Configuraciones",
"type": "n8n-nodes-base.set",
"position": [
-60,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "get-date",
"name": "Obtener Fecha de Hoy",
"type": "n8n-nodes-base.code",
"position": [
160,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "query-notion",
"name": "Consultar Notion",
"type": "n8n-nodes-base.httpRequest",
"position": [
380,
360
],
"parameters": {},
"typeVersion": 4.1
},
{
"id": "calculate",
"name": "Calcular Días",
"type": "n8n-nodes-base.code",
"position": [
600,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day7",
"name": "SI Día 7",
"type": "n8n-nodes-base.if",
"position": [
820,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day30",
"name": "SI Día 30",
"type": "n8n-nodes-base.if",
"position": [
820,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day60",
"name": "SI Día 60",
"type": "n8n-nodes-base.if",
"position": [
820,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day7",
"name": "Correo Día 7",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day30",
"name": "Correo Día 30",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day60",
"name": "Correo Día 60",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram-notify",
"name": "Notificar Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
1260,
360
],
"parameters": {},
"typeVersion": 1
},
{
"id": "webhook",
"name": "Testimonio Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-300,
640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "parse-testimonial",
"name": "Analizar Testimonio",
"type": "n8n-nodes-base.code",
"position": [
-60,
640
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram-testimonial",
"name": "Notificar Testimonio",
"type": "n8n-nodes-base.telegram",
"position": [
160,
640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "respond",
"name": "Responder",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
380,
640
],
"parameters": {},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"connections": {
"respond": {
"main": []
},
"if-day7": {
"main": [
[],
[
{
"node": "email-day7",
"type": "main",
"index": 0
}
]
]
},
"settings": {
"main": [
[
{
"node": "get-date",
"type": "main",
"index": 0
}
]
]
},
"if-day30": {
"main": [
[],
[
{
"node": "email-day30",
"type": "main",
"index": 0
}
]
]
},
"if-day60": {
"main": [
[],
[
{
"node": "email-day60",
"type": "main",
"index": 0
}
]
]
},
"email-day7": {
"main": [
[
{
"node": "telegram-notify",
"type": "main",
"index": 0
}
]
]
},
"email-day30": {
"main": [
[
{
"node": "telegram-notify",
"type": "main",
"index": 0
}
]
]
},
"email-day60": {
"main": [
[
{
"node": "telegram-notify",
"type": "main",
"index": 0
}
]
]
},
"query-notion": {
"main": [
[
{
"node": "calculate",
"type": "main",
"index": 0
}
]
]
},
"calculate": {
"main": [
[
{
"node": "if-day7",
"type": "main",
"index": 0
},
{
"node": "if-day30",
"type": "main",
"index": 0
},
{
"node": "if-day60",
"type": "main",
"index": 0
}
]
]
},
"get-date": {
"main": [
[
{
"node": "query-notion",
"type": "main",
"index": 0
}
]
]
},
"manual-trigger": {
"main": [
[
{
"node": "settings",
"type": "main",
"index": 0
}
]
]
},
"schedule-trigger": {
"main": [
[
{
"node": "settings",
"type": "main",
"index": 0
}
]
]
},
"parse-testimonial": {
"main": [
[
{
"node": "telegram-testimonial",
"type": "main",
"index": 0
}
]
]
},
"telegram-testimonial": {
"main": [
[
{
"node": "respond",
"type": "main",
"index": 0
}
]
]
},
"webhook": {
"main": [
[
{
"node": "parse-testimonial",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 2
}¿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 - Chatbot de soporte, 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