Skip to main content

Gift Subscription

The Gift Subscription trigger fires whenever a viewer gifts one or more subscriptions to your channel. This covers both single gifts and community gift bombs (where someone gifts multiple subs at once). The trigger provides the number of subscriptions gifted and the tier.

Note that this trigger does not provide a User output for the gifter. It focuses on the gift event itself, giving you the quantity and tier so you can scale your response accordingly.

Outputs

NameTypeDescription
QuantitynumberThe number of gift subscriptions given.
TiernumberThe subscription tier of the gifts (1, 2, or 3).

Example

Use the Gift Subscription trigger to display a special alert when someone gifts subs. Combine it with a Math Check node to create different responses based on the quantity -- for example, a small alert for 1-4 gifts and a big celebration animation for 5 or more.