Run Streamer.bot action from Button widget (JSON input)
This action will remotely execute a Streamer.bot action with multiple arguments provided by JSON input.
Developer info
- API endpoint slug
- streamerbot.execute_action_json
- Filter code method
- Streamerbot.executeActionJson.skip(string?: reason)
- Runtime method
- runAction("streamerbot.execute_action_json", {})
Action fields
Action Nested dropdown list
- Label
- Action
- Helper text
- Select an action from your Streamer.bot application
- Slug
- action_id
- Required
- true
- Can have default value
- false
Json input Text input > Long text
- Label
- JSON Input
- Helper text
- Key-value pairs will be parsed into arguments and sent to your Streamer.bot action
- Slug
- json_input
- Required
- true
- Can have default value
- true
- Filter code method
- Streamerbot.executeActionJson.setJsonInput(string: json_input)