Skip to content

Custom Field Tags

These are some examples of tags that can be made for Custom Fields in email templates.

Type Tag Description
Listing [Detail.MyCustomListingField] Inserts the value of the specified custom listing field. For example, if you create a new custom listing field called "Exterior Color", use [Detail.Exterior Color].
Lineitem [Detail.Listing.MyCustomListingField] Inserts the value of the specified custom user field of the listing owner. For example, if you create a new custom user field called "Company", use [Detail.Listing.Company] or [Detail.Listing.Owner.Company].
User [Detail.MyCustomUserField] Inserts the value of the specified custom user field. For example, if you create a new custom user field called "Company", use [Detail.Company].
(Any Type) [Receiver.MyCustomUserField] Inserts the value of the specified custom user field regarding the user receiving or the user sending the email. For example, if you create a new custom user field called "Company", use [Receiver.Company] to display that user's Company name.