First Chatter
- Alert key:
facebook-firstChatter - Source: Facebook
- Event list label: First Chatter
Default message template
{{username}} is the first chatter!
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 |
|---|---|---|
{{username}} | data.extraSettings.username | The username of the sender |
{{first_count}} | data.extraSettings.first_count | Count how many times the first chatter's username starts a chat |
{{message}} | data.extraSettings.message | The message text sent by the user |
Variation conditions
Dimensions you can branch on when configuring alert variations:
RANDOMEQUAL_NUMBER- First Chatter Count is equal toGREATER_NUMBER- First Chatter Count is greater than or equal toEQUAL_USERNAMEEQUAL_VARIABLE
Related
- Alert Explorer - live preview of every alert
- Overlay Type Definitions - full
AlertEventTypeScript type