Send Action RAW Command to Any Target Channel
- API endpoint slug
- ubibot.one_command_raw
- Filter code method
- Ubibot.oneCommandRaw.skip(string?: reason)
- Runtime method
- runAction("ubibot.one_command_raw", {})
Action fields
- Label
- Channel ID
- Helper text
- Select a Channel from your account
- Slug
- channel_id
- Required
- true
- Can have default value
- false
- Label
- Command String
- Helper text
- Please input Command String (normally in JSON format)
- Slug
- command_string
- Required
- true
- Can have default value
- true
- Filter code method
- Ubibot.oneCommandRaw.setCommandString(string: commandString)