Campaign Tip

Trigger for when a tip has been received

Parameters

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
campaignIdstring

The ID of the campaign at Pally.gg

campaignSlugstring

The URL slug of the campaign

campaignTitlestring

The title of the campaign at Pally.gg

campaignUrlstring

The URL of the campaign

createdAtDateTime

When the tip was given

tipDisplayNamestring

The name used for the tip

tipGrossAmountdecimal

The total amount of the tip

Example: 1.25
tipGrossAmountFormattedstring

The total amount of the tip, formatted as a string with currency symbol

Example: $1.25
tipGrossAmountInCentsint

The total amount of the tip, in cents

Example: 125
tipIdstring

The ID of the tip on Pally.gg

tipMessagestring

If provided, the message that was sent along with the tip

tipNetAmountdecimal

The amount of the tip that you will receive

Example: 1
tipNetAmountFormattedstring

The amount of the tip that you will receive, formatted as a string with currency symbol

Example: $1.00
tipNetAmountInCentsint

The amount of the tip that you will receive in cents

Example: 100
tipProccessingFeedecimal

The processing fee for the tip

Example: 0.25
tipProccessingFeeFormattedstring

The processing fee for the tip, formatted as a string with currency symbol

Example: $0.25
tipProccessingFeeInCentsint

The processing fee for the tip, in cents

Example: 25