Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
charity.currentAmount.currency | string | The currency formatted in the 3 letter ISO currency code of the amount raised Example: USD |
charity.currentAmount.value | number | The current amount of money raised Example: 5.25 |
charity.currentAmount.valueMinor | number | The current amount of money raised in the minor format Example: 525 |
charity.description | string | The description of the charity campaign Example: My charity campaign description |
charity.id | string | The unique identifier for the charity campaign |
charity.logo | string | The image url of the logo from the charity campaign |
charity.name | string | The name of the charity campaign Example: My charity campaign |
charity.targetAmount.currency | string | The currency formatted in the 3 letter ISO currency code of the target amount raised Example: USD |
charity.targetAmount.value | number | The target amount of money raised Example: 20 |
charity.targetAmount.valueMinor | number | The target amount of money raised in the minor format Example: 2000 |
charity.website | string | The website of the charity campaign Example: mycharitycampaign.com |