Send Shoutout

Send a shoutout to a user on Twitch
Preview
Preview

Parameters

User Loginrequired
String

User login name or a variable like %userName%

Variables

The following variables will be populated after executing this sub-action:

Description
shoutoutSuccessbool
  • True - Shoutout was successfully made
  • False - Shoutout failed Reasons why a shoutout can fail:
  • You, the broadcaster, is currently not live
  • A shoutout is currently still on-going. 2 minutes per shoutout
  • A shoutout was already done for the specified person in the last hour
Example: true

C# Usage

public bool TwitchSendShoutoutByLogin(string userLogin)
public bool TwitchSendShoutoutById(string userId)