This action will remotely execute a Streamer.bot action with multiple arguments provided by JSON input.
- API endpoint slug
- streamerbot.execute_action_json
- Filter code method
- Streamerbot.executeActionJson.skip(string?: reason)
- Runtime method
- runAction("streamerbot.execute_action_json", {})
Action fields
- Label
- Action
- Helper text
- Select an action from your Streamer.bot application
- Slug
- action_id
- Required
- true
- Can have default value
- false
- 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: jsonInput)