Integrations
On this page
Sends a new plain text message to a Discord channel.
To create a Webhook URL, navigate to Discord > Server Settings (or Channel Settings) > Integrations > Webhooks
Box Name | Type | Description |
---|---|---|
Chat Message | String | The message to be sent to the Discord channel. |
Webhook URL | String | The webhook URL of the channel you want to post the message in. |
Toggles the listening status of SAMMI Voice - starts listening if it wasn’t, stops listening if it was.
Returns a specific or all available Mix It Up commands.
Fill out the Command Name box to return a specific command information (stored as an object), or leave it empty to return an array of all available Mix It Up commands.
Developer API in Mix It Up-Services must be enabled
This command needs some time to execute, either delay your next commands by 1-2 seconds or use Wait Until Variable Exists command.
Box Name | Type | Description |
---|---|---|
Save Variable As | String | Variable name to save the result |
Command Name | String (optional) | The specific Mix It Up command name (will return the first occurence), leave empty to return all |
Runs a specific Mix It Up command. Requires you to supply its ID which you can retrieve by using Mix It Up: Get All Commands command.
You can optionally pass arguments to the command, please refer to the Mix It Up Special Identifiers documentation.
Developer API in Mix It Up-Services must be enabled
Box Name | Type | Description |
---|---|---|
Command ID | String | Command ID of the Mix It Up command to run |
Platform | String | The specific platform to run this command on (default = Twitch) |
Arguments | String (optional) | Optional arguments to pass to the Mix It Up command |