Behavior
- Sends text to the configured TTS provider
- Streams the synthesized audio to the caller
- Supports variable interpolation in the text (e.g.,
{{customer_name}}) - Emits
TTS.ENDon completion orTTS.ERRORon failure
Configuration
Output handles
Use cases
Dynamic greeting
Dynamic greeting
Set
text to "Hello {{customer_name}}, thank you for calling." after looking up the caller in a Database node.Slow-paced instructions
Slow-paced instructions
Set
speed: 0.8 for complex instructions that callers need time to process.Multi-language support
Multi-language support
Use a Switch on language preference, then route to separate TTS nodes with matching
language and voiceId configurations.