What template variables can I use in my referral message email template?

For a referral email message you have following variables available to dynamically build your email content.

• !logoImage! - Your logo image that is linked with correct referral link url
• !message! - Referral message content (all links in this message are automatically get suffixed with tracking id)
• !referrerMemberId! - Referrer member's id
• !programId! - Campaign id
• !referralLinkUrl! - Your landing page url
• !encodedMessage! - Message encoded to be passed as url parameter
• !DiscountCodeForReferredUser! - Discount code for referred user
• !DiscountDescription! - Description of the offer for the discount offered to referred user
• !advertiserName! - Your business name
• !referrerEmail! - Email id of the referrer
• !FromName! - First name and Last name of the referrer (separated by space)
• !FirstName! - First name of the referrer
• !LastName! - Last name of the referrer
• !referredItems! - Name of the referred product/service
• !DetailsofReferredItems! - Details of the referred item
• !memberClubIdHeading! - Heading to identify the referral token in the message
• !memberClubId! - Referral token of the referrer
• !unsubscribeurl! - Unsubscribe url specific to the email recipient
• For product specific referrals (available with premium and enterprise accounts), we have additional template variables to describe details of the product. Please note: You are not restricted to only one product referral at a time. E.g. you can have 3 products that are purchased by user or 4 products available as part of referral special and all included in the referral message. The number of products can vary from one message to another. Although there can be multiple products in the referral, make sure to include only one product details block as mentioned below. The message that is sent out will dynamically include as many blocks as the number of referred products in the message.
• !productBlockDescriptionStart! and !productBlockDescriptionEnd! - These are markers that are to be specified to decide the boundaries for the product block specification
• !ImageUrl! - Image URL of the product
• !ProductName! - Name of the product
• !ProductPrice! - Standard price of the product
• !DiscountPrice! - Discounted price for the referral recipients
• !DiscountCode! - Special discount code for the referral recipients
• !DiscountDescription! - Referral discount description
• !ProductLink! - Link to product page (note, this link can be different from referral link if you have included multiple products in the referral)

Related Topics