Skip to main content

Generate LinkedIn and Twitter posts from Telegram voice replies with GPT-5 and Google Sheets

Workflow preview

Workflow preview
100%
Generate LinkedIn and Twitter posts from Telegram voice replies with GPT-5 and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Created by Gurey AI Generate LinkedIn & Twitter Posts from Telegram Voice Replies with GPT 5 staying consistent with personal brand content is hard when you'r...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.telegram, n8n-nodes-base.if, n8n-nodes-base.merge, @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 Abdullahi Osman.

Original n8n.io source

1.1 Workflow description

Title
Generate LinkedIn and Twitter posts from Telegram voice replies with GPT-5 and Google Sheets
Workflow name
Generate LinkedIn and Twitter posts from Telegram voice replies with GPT-5 and Google Sheets

Created by Gurey AI

Generate LinkedIn & Twitter Posts from Telegram Voice Replies with GPT-5

staying consistent with personal brand content is hard when you're running everything yourself. you know what you want to say — but turning raw thoughts into polished posts takes hours.

this workflow handles the writing. every day at 4 PM it sends you a question via Telegram based on your topic list. answer by voice or text. GPT-5 converts your raw answer into two drafts — a short punchy post and a longer detailed one — both saved to Google Sheets with status "Review." your only job: add your personal touch and publish.


what this does

daily at 4 PM the workflow picks 4 random topics from your list, generates one question per topic using GPT-5, and delivers them one-by-one to your Telegram. you reply by voice note or text. voice replies are transcribed via OpenAI Whisper. GPT-5 then writes a short post (1–5 sentences) and a long post (6–10 lines) from your answer. a one-time voice interview builds your profile — who you are, your audience, your topics — stored in Google Sheets to power all future prompts. marking any post "Regenerate" triggers an automatic rewrite.


who is it for

solopreneurs and creators who want to publish consistently on LinkedIn or Twitter without spending hours writing


Abdullahi Osman — AI Automation Engineer | Gurey AI — reach me at [email protected]


what's inside

  • Schedule Trigger — fires daily at 4 PM, kicks off the question loop
  • Google Sheets (read/write) — stores your profile, topic list, and generated posts
  • Topic picker — selects 4 random topics from your list each day
  • Generate Questions — GPT-5 writes one tailored question per topic
  • Telegram (send + trigger) — delivers questions, receives voice/text replies
  • Voice Download + Whisper — fetches voice files from Telegram and transcribes them
  • Short Post + Long Post agents — GPT-5 writes two drafts from your answer
  • Save / Update nodes — appends new posts or rewrites existing ones in Google Sheets
  • Context Collection (one-time) — 3-question voice interview; GPT-5 mini structures your profile

APIs used

  • Telegram Bot API — question delivery + reply capture (free)
  • OpenAI Whisper — voice transcription ($0.006/min)
  • OpenAI GPT-5 + GPT-5 mini — questions, posts, context processing (token-based)
  • Google Sheets API — profile storage and review queue (free)

estimated cost per run

Whisper ~$0.006/min of audio — GPT-5 token costs vary — check OpenAI pricing


Created by Gurey AI

other workflows i've built


Need Help?

Email me with your questions my email or ask in the Forum! Happy Hacking!

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 - Every Day

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

Block 2 - Set Topics

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

Block 3 - Random Number

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

Block 4 - JSON

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

Block 5 - Send a text message

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

Block 6 - JSON1

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

Block 7 - JSON2

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

Block 8 - Schedule Trigger

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

Block 9 - Edit Fields

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

Block 10 - Edit Fields1

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

Block 11 - If

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

Block 12 - Merge

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

Block 13 - Set Text

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

Block 14 - Download Voice

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

Block 15 - Transcribe Voice

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

Block 16 - Merge 3

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

Block 17 - Choose Topics

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

Block 18 - Split Out

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

Block 19 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 20 - Wait

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

Block 21 - Sender AND Reply

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

Block 22 - Telegram

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

Block 23 - Switch Type

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

Block 24 - When clicking ‘Execute workflow’

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

Showing the first 24 of 55 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Generate LinkedIn and Twitter posts from Telegram voice replies with GPT-5 and Google Sheets
Complexity advanced
Nodes 55
Categories Content Creation, Multimodal AI
Author Abdullahi Osman
Published 23 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15257/15257.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 Generate LinkedIn and Twitter posts from Telegram voice replies with GPT-5 and Google Sheets do?

Created by Gurey AI Generate LinkedIn & Twitter Posts from Telegram Voice Replies with GPT 5 staying consistent with personal brand content is hard when you'r...

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.