Skip to main content

Create professional LinkedIn posts from Telegram messages using OpenAI text & image

Workflow preview

Workflow preview
100%
Create professional LinkedIn posts from Telegram messages using OpenAI text & image preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Create LinkedIn Post from Telegram Voice or Text Message with AI Image Who's it for This workflow is perfect for busy professionals, content creators, and marketers who want to publish polished Lin...

Best for

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

Tools used

n8n-nodes-base.telegramtrigger, n8n-nodes-base.set, n8n-nodes-base.switch, n8n-nodes-base.telegram, n8n-nodes-base.stickynote, n8n-nodes-base.linkedin, @n8n/n8n-nodes-langchain.openai

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Create professional LinkedIn posts from Telegram messages using OpenAI text & image
Workflow name
Create professional LinkedIn posts from Telegram messages using OpenAI text & image

Create LinkedIn Post from Telegram Voice or Text Message with AI Image

Who's it for

This workflow is perfect for busy professionals, content creators, and marketers who want to publish polished LinkedIn posts without spending time on formatting or design. Send a quick text or voice message via Telegram, and get a fully formatted LinkedIn post with a relevant AI-generated image, post it immediately on LinkedIn.

Example use cases:

  • Entrepreneurs sharing business insights on the go without opening LinkedIn
  • Marketers creating consistent content during commutes or between meetings
  • Thought leaders turning quick voice notes into professional posts with visuals

How it works / What it does

  • Receive text or voice messages through a Telegram bot.
  • Transcribe voice messages using OpenAI's audio transcription.
  • Transform raw input into a professional LinkedIn post using AI formatting (proper structure, tone, and character limits).
  • Generate a relevant image prompt based on post content.
  • Create an AI image that matches the post topic.
  • Automatically publish the complete post (text + image) to LinkedIn.

How to set up

  1. Create a Telegram bot via @BotFather and obtain your API token.
  2. For self-hosted n8n users: Create a LinkedIn app at developer.linkedin.com to get OAuth credentials (Client ID and Client Secret).
  3. Add the OpenAI API key, LinkedIn OAuth credentials, and Telegram API to n8n.
  4. Assign your credentials to the Telegram, OpenAI, and LinkedIn nodes.
  5. Deploy and activate the workflow.
  6. Send a text or voice message to your Telegram bot and watch it create and post to LinkedIn!

Requirements

  • Telegram Bot Token
  • OpenAI API Key
  • LinkedIn OAuth credentials
  • n8n instance (cloud or self-hosted)

How to customize the workflow

  • Modify the LinkedIn Post Text prompt to match your personal writing style or brand voice.
  • Adjust image generation settings (model, size, style) in the Create Image node.
  • Add approval steps by routing posts to Google Sheets, Airtable, or Notion before publishing.
  • Create a second workflow to schedule approved posts for specific times.

Limitations and Usage Tips

  • Input Clarity: Voice messages should be clear and well-articulated for accurate transcription.
  • LinkedIn Character Limits: The AI formatter optimizes posts for 1,242-2,500 characters.
  • API Costs: Each post generation uses OpenAI API calls for transcription (if voice), text formatting, image prompt creation, and image generation. Monitor your usage to manage costs.
  • LinkedIn Rate Limits: LinkedIn API has posting frequency limits. Avoid bulk posting in short time periods to prevent rate limiting.

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 - Telegram Trigger

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.1

Block 2 - Set 'Text'

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

Block 3 - Switch

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

Block 4 - Download File

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 5 - Sticky Note8

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

Block 6 - Create a post

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

Block 7 - Transcribe Audio

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.6

Block 8 - Create Image

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 9 - LinkedIn Post Text

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 10 - Sticky Note4

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

Block 11 - Image Prompt

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 12 - Sticky Note1

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

Block 13 - Sticky Note

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

3. Summary Table

Workflow Create professional LinkedIn posts from Telegram messages using OpenAI text & image
Complexity intermediate
Nodes 13
Categories Content Creation, Multimodal AI
Author Barbora Svobodova
Published 24 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10129/10129.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 Create professional LinkedIn posts from Telegram messages using OpenAI text & image do?

Create LinkedIn Post from Telegram Voice or Text Message with AI Image Who's it for This workflow is perfect for busy professionals, content creators, and marketers who want to publish polished Lin...

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.