- Automate the transcription of voice messages from Telegram.
- Generate SEO-optimized social media content based on user input.
- Create engaging image prompts for visual content creation.
- Streamline the process of content creation for marketing teams.
Receive messages from Telegram using a webhook trigger. Determine whether the message is voice or text using a switch node. Fetch and transcribe voice messages into text using OpenAI. Generate social media content based on the transcribed text and user input. Create a detailed image prompt for visual representation. Output the final content and image prompt for social media use.
- 1Import the workflow template into n8n.
- 2Configure the Telegram credentials to connect your account.
- 3Set up OpenAI and SerpAPI credentials for content generation.
- 4Test the workflow by sending a voice or text message to the Telegram bot.