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
| Name | Type | Description |
|---|---|---|
Gifter | string | The display name of the viewer who gifted the subscriptions |
Quantity | number | The number of gift subscriptions given |
Tier | string | The subscription tier of the gifts (e.g., "1", "2", "3") |
Outputs
| Name | Type | Description |
|---|---|---|
Alert | GiftedSubAlert | The 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.