Donation
Trigger for a DonorDrive Donation
Preview
Documentation Needed
This section is missing documentation. If you know how to use this feature, please consider contributing!
Contribute on GitHubParameters
DonorDriverequired
Select
Choose a configured DonorDrive Provider
- Select
Any
to trigger on any provider
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
donations | array | An array of the donations |
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 |
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 |
Â