This action will remotely execute a Streamer.bot action.
- API endpoint slug
- streamerbot.execute_action
- Filter code method
- Streamerbot.executeAction.skip(string?: reason)
- Runtime method
- runAction("streamerbot.execute_action", {})
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
- Text
- Helper text
- Optional text argument accessible in your Streamer.bot action as %iftttText%
- Slug
- text
- Required
- false
- Can have default value
- true
- Filter code method
- Streamerbot.executeAction.setText(string: text)