Gift Bomb

Trigger for a Twitch Gift Bomb
EventSub

Parameters

Tier
Checkbox

Choose on which tier to trigger the gift bomb

Options: Tier 1, Tier 2, Tier 3

Sub Type
Checkbox

Choose on which sub types to trigger the gift bomb

Options: Public, Anonymous

Range
Select

Filter events between a specified Min and Max

Min and Max are inclusive of the entered values

  • Any Value - Leave both min and max empty to accept any value
  • Exact Value - Enter only a Max to trigger on a specific value
  • Greater Than - Enter only a Min to trigger on any value greater than the specified value
  • Range - Enter bot ha min and a max to trigger within a desired range

Variables

The following variables will be populated when this trigger executes:

Description
anonymousboolean

Is the gift bomb anonymous?

bonusGiftsboolean

A boolean value if Twitch adds additional subs to the Gift Bomb.

Example: true
gift.cumulativeMonths.#number

Cumulative months the user has been subscribed for.
# is a number starting at 0 til totalGifts - 1

Example: 1
gift.recipientId#string

Id of the gifted user
# is a number starting at 0 til totalGifts - 1

Example: 123456789
gift.recipientUser.#string

Display name of the gifted user
# is a number starting at 0 til totalGifts - 1

Example: User0
gift.recipientUserName#string

Login name of the gifted user
# is a number starting at 0 til totalGifts - 1

Example: user0
giftsnumber

The number of subscriptions in this gift bomb

Example: 10
systemMessagestring

The system message that was put into Twitch Chat.

Example: Here's another gifted sub for your channel!
tierstring

The subscriptions tier
tier 1, tier 2, tier 3

Example: tier 1
totalGiftsnumber

The total number of subscriptions gifted by the user.

Example: 42
totalSubsGiftedSharedboolean

A boolean value if the user gifting the sub(s) shares there total gift count.

Example: true