n8n-guide
N8n community
Sharing automated workflows
Sharing automated workflows
List
Gallery
(Use Case) GitHub X Philips Hue (⭐⭐)
(Use Case) Email Newsletter TTS (⭐⭐)
(Use Case) Automating API Data Loading (⭐⭐⭐)
(Use case) Push the weather every morning (⭐)
(Use Case) Passport Photo Validity Check App (⭐⭐)
(Tutorial) NASA Solar Flare Data Automation Workflow 🛰️(⭐⭐)
(Use Case) Google Form X Discord (⭐⭐⭐)
(Use Case) Get Reddit, Google Headline News RSS (⭐)
(Use Case) Data Analysis Automation (1) - Korean Baby Name Ranking Analysis (⭐⭐⭐)
(Use Case) YouTube RSS - Channel Notifications (⭐)
(Use Case) Automatic Text Message Sending (Overseas) Using Twilio (⭐⭐⭐)
(Use Case) Sending SOLAPI Text Messages (⭐⭐)
(Use Case) Daily Cartoon Delivery (⭐)
(Use Case) Pushbullet (Free Text Message Sending and Receiving)
(Ffmpeg) Convert m4a call recording file to STT (⭐⭐⭐)
(Use Case) Automatic Issuance of Training Completion Certificates
(Use Case) Email Newsletter TTS (⭐⭐)
Date of creation
2024/09/29 12:24 AM
Name
(Use Case) Email Newsletter TTS (⭐⭐)
Created by
data_popcorn
Prerequisite
•
Email Trigger (Gmail or others)
•
OpenAI TTS (Generate Audio)
•
Discord (or Slack)
•
Example Results
Scenario
One line summary
Workflow to read “newsletter emails” with TTS and share them in the Discord channel
Troubleshooting
•
If your newsletter has too much text, you may need to split or shorten the text (up to 4096 characters can be recognized).
◦
https://platform.openai.com/docs/api-reference/audio/createSpeech#audio-createspeech-voice
◦
[{'Type': 'string_too_long', 'loc': ('body', 'input'), 'msg': 'String should have at most 4096 characters'.
Made with Slashpage