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

Go to Workflow
0 views
Built by Abdullahi Osman Abdullahi Osman
Created on June 11, 2026

Description

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
Full Email inbox managing system
Client Onboarding Form
Rag AI Agent
more workflows coming soon — follow along

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

Nodes Used (7)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
Google Sheets
n8n-nodes-base.googleSheets
OpenAI
@n8n/n8n-nodes-langchain.openAi
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured
Telegram
n8n-nodes-base.telegram