Explore Plans
Mobile menu Close menu

This action will convert a given text to voice, call a given number and read the text out loud.

Developer info

API endpoint slug
sevenio.send_voice
Filter code method
Sevenio.sendVoice.skip(string?: reason)
Runtime method
runAction("sevenio.send_voice", {})

Action fields

Text Text input > Long text

Label
Text
Helper text
Text message to be read or XML data in the format of (SSML)[https://docs.microsoft.com/de-de/azure/cognitive-services/speech-service/speech-synthesis-markup]
Slug
text
Required
true
Can have default value
true
Filter code method
Sevenio.sendVoice.setText(string: text)

To Text input > Short text

Label
To
Helper text
Recipient - number or contact
Slug
to
Required
true
Can have default value
true
Filter code method
Sevenio.sendVoice.setTo(string: to)

Xml Dropdown list

Label
XML
Helper text
Specifies whether the text variable is a plain text to be read, or an XML format.
Slug
xml
Required
false
Can have default value
true
Filter code method
Sevenio.sendVoice.setXml(string: xml)

From Text input > Short text

Label
From
Helper text
Caller ID - use only verified sender IDs, one of your virtual inbound numbers or a shared virtual number
Slug
from
Required
false
Can have default value
true
Filter code method
Sevenio.sendVoice.setFrom(string: from)