n8n-guide
n8n-guide
N8n community
Chat room
Sign In

(Use Case) Email Newsletter TTS (⭐⭐)

Tags
Empty
Date of creation
Sep 29, 2024 12:24 AM
Name
(Use Case) Email Newsletter TTS (⭐⭐)
Category
Empty
Author
  • 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