Merch
Trigger for when a Merch item is bought in StreamElements
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
merchAmount | number | The amount of the purchase Example: 45 |
merchAvatar | string | The URL of the user's avatar |
merchCurrency | string | The 3 letter payment currency code Example: EUR |
merchItem#.name | string | Name of the item purchased |
merchItem#.price | number | Price of the item purchased Example: 15 |
merchItem#.quantity | number | How many of the item was purchased Example: 2 |
merchItems | number | The number of distinct items purchased Example: 2 |
merchMessage | string | The message that the user may has included Example: My merch message |
merchQuantity | number | The total number of items purchased Example: 3 |
merchUsername | string | Username of the user as provided by StreamElements (may not be from Twitch) |