Barbora Svobodova
Workflows by Barbora Svobodova
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](https://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.
Generate AI videos from text prompts with OpenAI Sora 2
## Sora 2 Video Generation: Prompt-to-Video Automation with OpenAI API ### Who’s it for This template is ideal for content creators, marketers, developers, or anyone needing automated AI video creation from text prompts. Perfect for bulk generation, marketing assets, or rapid prototyping using OpenAI's Sora 2 API. Example use cases: - E-commerce sellers creating product showcase videos for multiple items without hiring videographers or renting studios - Social media managers generating daily content like travel vlogs, lifestyle videos, or brand stories from simple text descriptions - Marketing teams producing promotional videos for campaigns, events, or product launches in minutes instead of days ### How it works / What it does - Submit a text prompt using a form or input node. - Workflow sends your prompt to the Sora 2 API endpoint to start video generation. - It polls the API to check if the video is still processing or completed. - When ready, it retrieves the finished video's download link and automatically saves the file. - All actions—prompt submission, status checks, and video retrieval—run without manual oversight. ### How to set up 1. Use your existing OpenAI API key or create a new one at https://platform.openai.com/api-keys 2. Replace Your_API_Key in the following nodes with your OpenAI API key: Sora 2Video, Get Video, Download Video 3. Adjust the Wait node for Video node intervals if needed — video generation typically takes several minutes 4. Enter your video prompt into the Text Prompt trigger form to start the workflow ### Requirements - OpenAI account & OpenAI API key - n8n instance (cloud or self-hosted) - A form, webhook, or manual trigger for prompt submission ### How to customize the workflow - Connect the prompt input to external forms, bots, or databases. - Add post-processing steps like uploading videos to cloud storage or social platforms. - Adjust polling intervals for efficient status checking. ### Limitations and Usage Tips - Prompt Clarity: For optimal video generation results, ensure that prompts are clear, concise, and well-structured. Avoid ambiguity and overly complex language to improve AI interpretation. - Processing Duration: Video creation may take several minutes depending on prompt complexity and system load. Users should anticipate this delay and design workflows accordingly. - Polling Interval Configuration: Adjust polling intervals thoughtfully to balance prompt responsiveness with API rate limits, optimizing both performance and resource usage. - API Dependency: This workflow relies on the availability and quota limits of OpenAI’s Sora 2 API. Users should monitor their API usage to avoid interruptions and service constraints.
Telegram voice assistant with OpenAI & Gmail: manage & draft emails via voice
## Telegram AI Voice & Email Assistant: Manage, Draft & Discuss Emails via Voice ### Who’s it for This workflow is perfect for professionals and teams who want to manage email communications hands-free directly from Telegram. Simply send a voice message to your bot and seamlessly check your recent emails, draft or send a reply, and discuss email threads—all powered by OpenAI’s transcription and chat capabilities, with no third-party voice agent required. ### How it works / What it does - Sends voice messages to a Telegram bot, which are then transcribed via OpenAI. - Retrieves recent emails, drafts, or sends replies based on your commands. - Engages the user in conversational discussion about email content using OpenAI chat. - Responds in text or synthesized voice (OpenAI), creating a natural interactive experience. - Automates email management from Telegram, keeping you efficient on the go. ### How to set up 1. Create a Telegram bot via @BotFather and obtain your API token. 2. Add the OpenAI API key and Gmail OAuth credentials to n8n. 3. Assign your credentials to the Telegram, OpenAI, and Gmail nodes (Draft/Send/Get Email). 4. Deploy and activate the workflow. 5. Interact with your Telegram bot: just send voice messages and let the assistant manage your emails! ### Requirements - Telegram Bot Token - OpenAI API Key - Gmail OAuth Credentials ### How to customize the workflow - Adjust the Switch node to route and handle new message types or responses. - Integrate additional services such as Slack, Notion, or custom tools as needed. - Fine-tune prompts or the OpenAI transcription settings for your specific use case. - Modify email templates and memory/session nodes for advanced conversation flows. - Embed video guides or extra sticky notes for enhanced onboarding and usability.