Block 1 - 📝 Set Sample Data
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
How it works This workflow automatically generates personalized follow up messages for leads or customers after key interactions (e.g., demos, sales calls). It enriches contact details from HubSpot...
n8n-nodes-base.set, n8n-nodes-base.slack, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.hubspot, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.mondaycom, n8n-nodes-base.telegram, n8n-nodes-base.microsoftteams
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.
Original n8n.io sourceThis workflow automatically generates personalized follow-up messages for leads or customers after key interactions (e.g., demos, sales calls). It enriches contact details from HubSpot (or optionally Monday.com), uses AI to draft a professional follow-up email, and distributes it across multiple communication channels (Slack, Telegram, Teams) as reminders for the sales team.
1. Trigger & Input
Schedule Trigger – Runs automatically at a defined interval (e.g., daily).
Set Sample Data – Captures the contact’s name, email, and context from the last interaction (e.g., “had a product demo yesterday and showed strong interest”).
2. Contact Enrichment
HubSpot Contact Lookup – Searches HubSpot CRM by email to confirm or enrich contact details.
Monday.com Contact Fetch (Optional) – Can pull additional CRM details if enabled.
3. AI Message Generation
AI Language Model (OpenAI) – Provides the underlying engine for message creation.
Generate Follow-Up Message – Drafts a short, professional, and friendly follow-up email:
References previous interaction context.
Suggests clear next steps (call, resources, etc.).
Ends with a standardized signature block for consistency.
4. Multi-Channel Communication
Slack Reminder – Posts the generated message as a reminder in the sales team’s Slack channel.
Telegram Reminder – Sends the follow-up draft to a Telegram chat.
Teams Reminder – Shares the same message in a Microsoft Teams channel.
Personalized Outreach at Scale – AI ensures each follow-up feels tailored and professional.
Context-Aware Messaging – Pulls in CRM details and past interactions for relevance.
Cross-Platform Delivery – Distributes reminders via Slack, Teams, and Telegram so no follow-up is missed.
Time-Saving for Sales Teams – Eliminates manual drafting of repetitive follow-up emails.
Consistent Branding – Ensures every message includes a unified signature block.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automate sales follow-ups with GPT-4o-mini, HubSpot, Slack, Teams & Telegram |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Lead Nurturing, AI Chatbot |
| Author | Avkash Kakdiya |
| Published | 11 Sept 2025 |
Use the JSON export at /data/workflows/8468/8468.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
How it works This workflow automatically generates personalized follow up messages for leads or customers after key interactions (e.g., demos, sales calls). It enriches contact details from HubSpot...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing, AI Chatbot use case.