Automate Reddit
Explore Plans
Mobile menu Close menu
Orion - Voice for TeamsOrion - Voice for Teams

Send a voice message

This action will send a voice message to an Orion group.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will send a voice message to an Orion group.
API endpoint slug
orion.send_voice_message
Filter code method
Orion.sendVoiceMessage.skip(string?: reason)
Runtime method
runAction("orion.send_voice_message", {})

Action fields

Group Dropdown list

Label
Which group?
Helper text
The Orion group where you'll hear your message.
Slug
group
Required
true
Can have default value
false

User Dropdown list

Label
Who hears it?
Helper text
Select whether everyone in the group should hear the message, or just you.
Slug
user
Required
true
Can have default value
false

Message Text input > Short text

Label
What to say?
Helper text
This is the message that you'll hear in your group.
Slug
message
Required
true
Can have default value
true
Filter code method
Orion.sendVoiceMessage.setMessage(string: message)