Send Shoutout
Send a shoutout to a user on Twitch

Send Shoutout Dialog
Parameters
User Login
String required
User login name or a variable like %userName%
Variables
Name | Type | Description |
---|---|---|
Example Value: true
| ||
Variables generated by all triggers and available within all action executions. |
C# Usage
public bool TwitchSendShoutoutByLogin(string userLogin)
CPH.TwitchSendShoutoutByLogin(userLogin);
public bool TwitchSendShoutoutById(string userId)
CPH.TwitchSendShoutoutById(userId);