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
- Label
- Which group?
- Helper text
- The Orion group where you'll hear your message.
- Slug
- group
- Required
- true
- Can have default value
- false
- 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
- 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)