Neon Fundraise Liquid objects output pieces of data from a Neon Fundraise campaign. When adding an object to an email or webpage, objects are wrapped in double curly brace delimiters {{.}}
. Liquid objects contain attributes to output dynamic content in the email or webpage. For example, the Campaign
object contains an attribute called Name
that can be used to output the name of a campaign.
Input
{{ Campaign.Name }}
Output
5K Run
In this example, Campaign
is the object, and Name
is an attribute of that object. Each object has a list of associated attributes.
Please click through to learn more about Neon Fundraise's Liquid objects and their attributes:
- Organization Object
- Campaign Object
- Address Object
- User Object
- Team Object
- Role Object
- Donation Object
- Recurring Donation Object
- Notification Object
- Ticket Object
- Form Field Object
- Payment Object
- Goal (Recipient) Object
- Endurance Challenge Object
- Endurance Goal Object
- National Team Object
- Summary Letter Object
- Cause Object
- Miscellaneous Objects, Arrays and Attributes