The Address object contains information related to the primary user associated with the present email. User address can be changed by the user in their User Profile, or by an administrator through the Admin Panel user record.
Availability: The Address object is available anywhere a user being addressed. Consequently, it's available in any email, including email blasts and Admin Email Templates, but not in editable areas on the website.
Attributes: The Address object has the following attributes:
-
Address.Address1
-
Address.Address2
-
Address.City
-
Address.State
-
Address.Zip
-
Address.Country
-
Address.Phone
Address.Address1
Returns the first line of a user's street information. Example:
{{ Address.Address1 }}
123 Main St.
Address.Address2
Returns the second line of a user's street information. Example:
{{ Address.Address2 }}
APT 101
Address.City
Returns the user's city.
Address.State
Returns the user's two-letter state code. Example:
{{ Address.State }}
CA
Address.Zip
Returns the user's zip code.
Address.Country
Returns the user's country.
Address.Phone
Returns the user's phone number. Example:
{{ Address.Phone }}
8976453241