Use Cases
- Transcribing meeting recordings for easy reference
- Generating transcripts from interviews for documentation
- Sending audio summaries to team members via Telegram
- Automating content creation from spoken word to text
How It Works
Triggers every 12 minutes using a cron job Sets parameters for the audio file to be transcribed Sends a notification to Telegram with the transcription request Processes the audio file through OpenAI for transcription Delivers the generated transcript to the specified Telegram channel or user
Setup Steps
- 1Import the workflow template into n8n
- 2Configure the cron node for desired scheduling
- 3Set up the audio file parameters in the Set node
- 4Connect your Telegram account for notifications
- 5Test the workflow to ensure proper functionality
Apps Used
OpenAI
Telegram
Transcription Service
Categories
Target Roles
Tags
#ai content generation
#text processing
#workflow management