The Organization object contains information related to an organization. All organization information included in this object is editable in the Admin by clicking on the "i" icon in the top right when on the organization level.
Availability: The Organization object is a global object, which means it's available in any email, including email blasts and Admin Email Templates, and in any editable area on the website.
Attributes: The Organization object has the following attributes:
- Organization.Name
- Organization.Address_Line1
- Organization.Address_Line2
- Organization.Phone
- Organization.Tax_ID
- Organization.Website
Organization.Name
Returns the organization's name.
Organization.Address_Line1
Returns organization's street information. Example:
{{ Organization.Address_Line1 }}
123 Main St. #101
Organization.Address_Line2
Returns the organization's city, state, and zip code information.
{{ Organization.Address_Line2 }}
Los Angeles, CA 90042
Organization.Phone
Returns the organization's phone number.
Organization.Tax_ID
Returns the organization's tax ID.
Organization.Website
Returns a link to the organization's website. The attribute will automatically prepend "http://www.", so be sure to remove that from the website link when adding it in the Admin. Example:
{{ Organization.Website }}
http://www.myorganization.com