Skip to main content

AI call summary to HubSpot + follow-up task

Workflow preview

Workflow preview
100%
AI call summary to HubSpot + follow-up task preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template turns raw call transcripts into clean HubSpot call logs and a single, actionable follow up task—automatically. Paste a transcript and the contact’s email; the workflow finds the c...

Best for

  • CRM automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.hubspot, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.formtrigger, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.hubspottool, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Miha.

Original n8n.io source

1.1 Workflow description

Title
AI call summary to HubSpot + follow-up task
Workflow name
AI call summary to HubSpot + follow-up task

This n8n template turns raw call transcripts into clean HubSpot call logs and a single, actionable follow-up task—automatically. Paste a transcript and the contact’s email; the workflow finds the contact, summarizes the conversation in 120–160 words, proposes the next best action, and (optionally) updates missing contact fields.

Perfect for reps and founders who want accurate CRM hygiene without the manual busywork.


How it works

  • A form trigger collects two inputs:

    • Contact email
    • Plain-text call transcript
  • The workflow looks up the HubSpot contact by email to pull known properties.

  • An AI agent reads the transcript (plus known fields) to:

    • Extract participants, role, problem/opportunity, requirements, blockers, timeline, and metrics.
    • Write a 120–160 word recap a teammate can skim.
    • Generate one concrete follow-up task (title + body).
    • Suggest updates for missing contact properties (city, country, job title, job function).
  • The recap is logged to HubSpot as a completed Call engagement.

  • The follow-up is created in HubSpot as a Task with subject and body.

  • (Optional) The contact record is updated using AI-suggested values if the transcript clearly mentions them.


How to use

  1. Connect HubSpot (OAuth2) on all HubSpot nodes.
  2. Connect OpenAI on the AI nodes.
  3. Open Form: Capture Transcript, submit the email + transcript.
  4. (Optional) In AI: Summarize Call & Draft Task, tweak prompt rules (word count, date normalization).
  5. (Optional) In Update Contact from Transcript, review the mapped fields before enabling in production.
  6. Activate the workflow and paste transcripts after each call.

Requirements

  • HubSpot (OAuth2) for contact search, call logging, and tasks
  • OpenAI for summarization and task drafting

Notes & customization ideas

  • Swap the form for a Google Drive or S3 watcher to ingest saved transcripts.
  • Add a speech-to-text step if you store audio recordings.
  • Extend Update Contact to include additional fields (timezone, department, seniority).
  • Post the summary to Slack or email the AE for quick handoffs.
  • Gate updates with a confidence check, or route low-confidence changes for manual approval.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Find Contact by Email

Type / Role
n8n-nodes-base.hubspot - hubspot
Config choices
Version 2.1

Block 2 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 3 - Form: Capture Transcript

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 4 - AI: Summarize Call & Draft Task

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 5 - Log Call Summary

Type / Role
n8n-nodes-base.hubspot - hubspot
Config choices
Version 2.1

Block 6 - Create Follow-Up Task

Type / Role
n8n-nodes-base.hubspot - hubspot
Config choices
Version 2.1

Block 7 - Update Contact from Transcript

Type / Role
n8n-nodes-base.hubspotTool - hubspotTool
Config choices
Version 2.1

Block 8 - Parse Structured Output

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 9 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow AI call summary to HubSpot + follow-up task
Complexity intermediate
Nodes 11
Categories CRM, AI Summarization
Author Miha
Published 26 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8966/8966.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does AI call summary to HubSpot + follow-up task do?

This n8n template turns raw call transcripts into clean HubSpot call logs and a single, actionable follow up task—automatically. Paste a transcript and the contact’s email; the workflow finds the c...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 CRM, AI Summarization use case.