Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Say workflow activity

The say workflow activity allows you to play a message, using text to speech, on a Notify call.

Input variables

Input variables determine the initial behavior of the activity.

VariableDescription
Text to saySpecify the text to read.
LanguageSelect the language and locale to use when reading text.
AdvancedSelect this check box to use a script to define the language and message, instead of using the Text to say and Language values.
ScriptDefine a script to set what text is read on the call. The script must return a string that defines the language and the text to read. For example, to play an English-language message, return {language: 'en-US', text: 'Text to read'}.

Parent Topic:Notify workflow activities