Incentive
Parameters
Choose a configured DonorDrive Provider
- Select
Any
to trigger on any provider
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
donorAmount | number | The amount that the donor has given Example: 10 |
donorAvatarUrl | string | The URL of the donor's avatar |
donorIsAnonymous | boolean | Is the donor anonymous? Example: true |
donorMessage | string | The message of the donor |
donorName | string | The name of the donor |
eventName | string | The name of the event |
goal | number | The total goal Example: 200 |
incentive.amount | number | The amount of the incentive. Example: 10 |
incentive.description | string | The description of the incentive. |
incentive.endDate | DateTime | The timestamp this incentive ends. Example: 8/4/2023 10:56:06 AM |
incentive.id | string | The id of this incentive. |
incentive.image | string | The image for the incentive. Can be an empty string. |
incentive.isActive | boolean | Is the incentive active? Example: true |
incentive.links.donate | string | The url of the donate link. |
incentive.quantity | number | The quantity of the incentive. Can be -1. Example: 5 |
incentive.quantityClaimed | number | The amount of claimed quantity. Example: 2 |
incentive.startDate | DateTime | The timestamp this incentive starts. Example: 8/4/2023 10:56:06 AM |
isIncentive | boolean | Is the event an incentive? Example: true |
isParticipant | boolean | Is the user a participant? Example: true |
isTeam | boolean | Is this a team? Example: true |
profileName | string | The name of the profile |
profileTeamName | string | The name of the profile's team |
raised | number | The total amount of money that has been raised Example: 100 |
recipientName | string | The broadcaster's name used in the DonorDrive |