Skip to main content

Build Gifted Sub Alert

The Build Gifted Sub Alert node constructs a gifted subscription alert object by assembling individual input values into a single GiftedSubAlert object. Use this when you want full control over what data appears in a gift sub alert, such as customizing the gifter's name, adjusting the displayed quantity, or changing the tier information.

After building the alert object, connect it to an Activate Gifted Sub Alert effect node to display it on your overlay.

Inputs

NameTypeDescription
GifterstringThe display name of the viewer who gifted the subscriptions
QuantitynumberThe number of gift subscriptions given
TierstringThe subscription tier of the gifts (e.g., "1", "2", "3")

Outputs

NameTypeDescription
AlertGiftedSubAlertThe assembled gifted subscription alert object, ready to be activated

Example

A viewer gifts 10 Tier 1 subs and you want to display a special "mega gift" alert. Connect the gift sub trigger's data to the Build Gifted Sub Alert node inputs. You might use a Generate Text node to prepend a special title to the gifter's name or multiply the quantity for a visual effect. Connect the Alert output to an Activate Gifted Sub Alert effect node to show it on stream.