Description
Say something to the caller or SMS sender.
About
The Say node allows you to either speak to the caller during a voice call or send a text message (such as SMS or email) back to the sender.
For voice calls, you can customize the voice and language used for the speech, but these properties do not apply to chat-based flows (e.g., SMS, email).
Properties
| Field Name | Type | Description |
|---|---|---|
| What To Say | String | The message or text that will be spoken to the caller or sent to the sender. |
| Voice | String | The voice to use for speaking (only for voice calls). |
| Language | String | The language to use for speaking (only for voice calls). |
| Done | Transition | The transition to follow once the message is delivered. |
| Attachment | File | Optionally, attach a file to the message (e.g., for SMS or email). |
This node is used to communicate with the caller or sender by either speaking or sending a text message based on the type of flow.