Action
- Alert key:
streamerbot-action - Source: Streamer.bot
Default message template
{{action}} action triggered
Template variables
Use any of these in alert text, TTS, or chat templates. The same names appear under data.extraSettings.* when you subscribe via Overlay.on('alert').
| Template variable | Overlay payload field | Description |
|---|---|---|
{{action}} | data.extraSettings.action | Action name |
{{actionId}} | data.extraSettings.actionId | Action ID |
Example payloads
Each scenario below mirrors what Lumia emits in Overlay.on('alert', (data) => …).
Lumia Action
{
"alert": "streamerbot-action",
"dynamic": {
"value": "Lumia Action"
},
"extraSettings": {
"action": "Lumia Action",
"actionId": "lumia"
}
}
Variation conditions
Dimensions you can branch on when configuring alert variations:
RANDOMEQUAL_STRING- Action is equal toEQUAL_VARIABLE
Related
- Alert Explorer - live preview of every alert
- Overlay Type Definitions - full
AlertEventTypeScript type