Vendor Event
- Alert key:
obs-vendorEvent - Source: OBS
Default message template
OBS vendor event
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 |
|---|---|---|
{{eventType}} | data.extraSettings.eventType | (OBS) The event type of the vendor alert |
{{eventData}} | data.extraSettings.eventData | (OBS) The raw JSON event data from the vendor alert. This data is spread to other variables. So if the eventData has path in it then you can access it with {{path}} |
{{vendorName}} | data.extraSettings.vendorName | (OBS) The name of the third party vendor |
Variation conditions
Dimensions you can branch on when configuring alert variations:
RANDOMEQUAL_STRING- Vendor event is equal toEQUAL_VARIABLE
Related
- Alert Explorer - live preview of every alert
- Overlay Type Definitions - full
AlertEventTypeScript type