Trigger an alert
trigger_alertSimulate platform alerts like Twitch follower or subscriber with optional extra variables such as username and amount to test TTS or alert variations.
Instructions
Simulate a platform alert such as "twitch-follower", "twitch-subscriber", "twitch-bits", "youtube-superchat", or "kofi-donation". Use get_settings (options.alert.values) to see which alerts the user has configured. extraSettings can carry variables like { "username": "lumia", "bits": 1000 }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The alert type, e.g. "twitch-follower". | |
| extraSettings | No | Variables for the alert variation/TTS, e.g. { "username": "lumia", "amount": 5 }. |