Exécution automatisée des e-mails de nurturing client et de la collecte d'avis depuis Notion
Ceci est unSupport Chatbot, Multimodal AIworkflow d'automatisation du domainecontenant 19 nœuds.Utilise principalement des nœuds comme If, Set, Code, Webhook, Telegram. Utiliser Google Calendar, Notion CRM et Telegram pour automatiser la planification des réunions
- •Point de terminaison HTTP Webhook (généré automatiquement par n8n)
- •Token Bot Telegram
- •Peut nécessiter les informations d'identification d'authentification de l'API cible
Nœuds utilisés (19)
Catégorie
{
"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": "Guide d'installation",
"type": "n8n-nodes-base.stickyNote",
"position": [
-700,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "sticky-config",
"name": "Instructions de configuration",
"type": "n8n-nodes-base.stickyNote",
"position": [
-700,
540
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "manual-trigger",
"name": "Déclencheur manuel",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-300,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "schedule-trigger",
"name": "Planification quotidienne",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-300,
420
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "settings",
"name": "Paramètres",
"type": "n8n-nodes-base.set",
"position": [
-60,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "get-date",
"name": "Obtenir la date du jour",
"type": "n8n-nodes-base.code",
"position": [
160,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "query-notion",
"name": "Interroger Notion",
"type": "n8n-nodes-base.httpRequest",
"position": [
380,
360
],
"parameters": {},
"typeVersion": 4.1
},
{
"id": "calculate",
"name": "Calculer les jours",
"type": "n8n-nodes-base.code",
"position": [
600,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day7",
"name": "SI Jour 7",
"type": "n8n-nodes-base.if",
"position": [
820,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day30",
"name": "SI Jour 30",
"type": "n8n-nodes-base.if",
"position": [
820,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day60",
"name": "SI Jour 60",
"type": "n8n-nodes-base.if",
"position": [
820,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day7",
"name": "Email Jour 7",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day30",
"name": "Email Jour 30",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day60",
"name": "Email Jour 60",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram-notify",
"name": "Telegram Notifier",
"type": "n8n-nodes-base.telegram",
"position": [
1260,
360
],
"parameters": {},
"typeVersion": 1
},
{
"id": "webhook",
"name": "Témoignage Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-300,
640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "parse-testimonial",
"name": "Analyser le témoignage",
"type": "n8n-nodes-base.code",
"position": [
-60,
640
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram-testimonial",
"name": "Notifier le témoignage",
"type": "n8n-nodes-base.telegram",
"position": [
160,
640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "respond",
"name": "Répondre",
"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
}Comment utiliser ce workflow ?
Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.
Dans quelles scénarios ce workflow est-il adapté ?
Avancé - Chatbot de support, IA Multimodale
Est-ce payant ?
Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.
Workflows recommandés
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.”
Partager ce workflow