DoAction (UDP)
Trigger an action in Streamer.bot via UDP
DoAction
Execute an action on the Streamer.bot instance
{
"request": "DoAction",
"action": {
"id": "<guid>",
"name": "<name>"
},
"args": {
"key": "value"
}
}
You can specify either one of the action
id
or name
, you do not need both.