Trigger a command
trigger_commandTrigger a configured command by name, selecting from chat, chatbot, Twitch points, or extension commands. Optionally hold as persistent default and pass extra settings.
Instructions
Trigger one of the user's configured commands by name. "kind" selects which list it comes from: a chat command, a chatbot command, a Twitch channel-points reward, or a Twitch extension command. Use get_settings to see valid names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hold | No | If true, set this command as the new persistent default state. | |
| kind | No | Which command list the name belongs to. | chat-command |
| name | Yes | The command name, e.g. "blue". Must match one returned by get_settings. | |
| extraSettings | No | Extra variables like { "username": "lumia" } used inside the command's TTS/chatbot templates. |