⬇️ Download workflow.json
Archivo detectado: wf-3706.json
What This Workflow Does
This n8n workflow automates the analysis of client transcripts and intelligently routes feedback to the appropriate departments. It uses GPT-4O Mini to understand transcript content, summarizes conversations, stores data in HubSpot, and sends department-specific emails with relevant information.
How It Works
The workflow follows these steps:
- A form trigger captures client transcript submissions
- The AI agent analyzes the transcript content using GPT-4O Mini
- Chain summarization condenses the conversation into key meeting notes
- HubSpot lookup identifies the client using their email address
- The router agent decides which departments need the information
- Automated emails are sent to responsible team members with relevant transcript sections
- Summary data is saved to HubSpot as meeting notes for future reference
Use Cases
- Customer support teams that need to automatically categorize and route incoming support transcripts to specialized departments
- Sales organizations processing discovery call recordings and distributing insights to relevant team members
- Professional services firms managing client feedback and ensuring appropriate follow-up actions
- HR departments analyzing employee feedback sessions and routing concerns to relevant stakeholders
- Product teams collecting customer feedback and distributing insights to engineering and design teams
Nodes Used
- Form Trigger: Captures transcript submissions from users
- Form: Defines the input structure for transcript data
- HubSpot: Searches for client records and stores meeting notes
- GPT-4O Mini (LM Chat OpenAI): Analyzes transcript content and makes routing decisions
- Chain Summarization: Creates concise summaries of conversations
- Router Agent: Uses AI to determine department assignments
- Gmail Tool: Sends emails to department team members
- Set Node: Configures email recipients for each department
- Sticky Note: Provides workflow documentation and setup instructions
Prerequisites
- Active n8n instance with workflow automation capabilities
- HubSpot account with API access and existing client records
- OpenAI API key for GPT-4O Mini access
- Gmail account configured for sending automated emails
- Team member email addresses added to the set node for each department
- HubSpot custom fields configured to store meeting notes
Difficulty Level
Intermediate. This workflow requires familiarity with AI agents, API integrations, and conditional routing logic. Users should be comfortable configuring HubSpot connections, OpenAI settings, and email templates. Some customization of department routing logic may be necessary for specific use cases.
This workflow template is shared under the n8n fair-code license. Free to use and modify.
Leave a Reply