Skip to main content

Transform voice transcripts to LinkedIn posts with Claude AI and email automation

Workflow preview

Workflow preview
100%
Transform voice transcripts to LinkedIn posts with Claude AI and email automation preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Takes your raw, unpolished voice transcripts and transforms them into well structured LinkedIn posts using AI. Perfect for when you have good ideas but they come out as rambling thoughts. The Probl...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.set, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.httprequest, n8n-nodes-base.merge, n8n-nodes-base.aggregate, n8n-nodes-base.code, n8n-nodes-base.emailreadimap

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Transform voice transcripts to LinkedIn posts with Claude AI and email automation
Workflow name
Transform voice transcripts to LinkedIn posts with Claude AI and email automation

Takes your raw, unpolished voice transcripts and transforms them into well-structured LinkedIn posts using AI. Perfect for when you have good ideas but they come out as rambling thoughts.

The Problem: You record voice memos with great ideas, but when you read the transcript, it's full of "ums," incomplete sentences, and scattered thoughts. Turning that into a professional LinkedIn post takes forever.

The Solution: Email your raw transcript to this workflow. It combines your unpolished content with examples from your inspiration document (posts you've saved that match your desired style), then uses AI to create a clean, engaging LinkedIn post.

What actually happens:

  • You email a raw voice transcript to your workflow email -The workflow pulls style examples from your Google Doc
  • AI reformats your scattered thoughts into a coherent 150-300 word LinkedIn post
  • You get an email back with the polished content + suggested image description
  • Copy, paste, and post to LinkedIn

You provide: The raw transcript (from your phone's voice recorder or any transcription tool), a Google Doc with LinkedIn posts you admire for style reference.

You get: Professional LinkedIn content that sounds like you, but organized and polished.

Technical requirements: Anthropic API, email account, Google Doc with example posts.

This is basically having an AI writing assistant that knows your voice and preferred style, turning your brain dumps into professional content.

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 - Clean JSON

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 2 - Basic LLM Chain

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 3 - Anthropic Chat Model

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

Block 4 - Google Doc Post Inspiration

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 6 - Aggregate

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

Block 7 - Clean JSON Response

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Email to Monitor

Type / Role
n8n-nodes-base.emailReadImap - emailReadImap
Config choices
Version 2

Block 9 - Limit email sender

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 10 - Limit email sender1

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 11 - Sticky Note

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

Block 15 - Send Email

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

3. Summary Table

Workflow Transform voice transcripts to LinkedIn posts with Claude AI and email automation
Complexity advanced
Nodes 15
Categories Content Creation, Multimodal AI
Author Kyle Morse
Published 11 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4874/4874.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 Transform voice transcripts to LinkedIn posts with Claude AI and email automation do?

Takes your raw, unpolished voice transcripts and transforms them into well structured LinkedIn posts using AI. Perfect for when you have good ideas but they come out as rambling thoughts. The Probl...

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 Content Creation, Multimodal AI use case.