Documentation Index
Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
Use this file to discover all available pages before exploring further.
About these canvases
These Braze canvases remind customers to use their Mention Me coupon codes. The referee canvas targets prospective customers, while the referrer canvas targets existing customers who earned a reward for referring a friend.
The canvases use data sent from Mention Me to Braze through the integration and Braze’s Canvas functionality.
Prerequisites
- An active Mention Me referral program
- Mention Me and Braze integration enabled
- Familiarity with Liquid Templating
Supported channels
Referee canvas
Remind prospective customers (referees) to use their coupon codes received from being introduced to your brand.
Goals:
- Drive first purchase
- Increase average order value
Basic workflow
- Customer receives a coupon via Mention Me after referral.
- If no purchase is made, a reminder email is sent (with consent).
- Further reminders encourage usage of the coupon.
Step 1: Create the canvas flow
- Set Entry Schedule: Action-Based Trigger using
received_referee_reward custom event.
- Target Audience Filters:
- Exit Criteria: Make Any Purchase
- Send Settings: Subscription = opted-in users only
- Canvas Editor Content:
- 3 emails with 3 wait periods
- 1st email: 2 days after trigger
- 2nd email: 6 days after 1st
- 3rd email: 4 days after 2nd
Need help with reward validity? Reach out via your Mention Me CSM or support.
Step 2: Add email content
- Brand your email design and images
- Include product recommendations
- Add suggested Liquid variables (see table below)
- Set CTA link using:
{{canvas_entry_properties.${call_to_action_url}}}
Email template examples
| Reminder 1 | Reminder 2 | Reminder 3 |
|---|
Subject: Claim your {{canvas_entry_properties.${referee_reward}}} discount! | Subject: Don’t forget your {{canvas_entry_properties.${referee_reward}}} discount! | Subject: Hurry, your discount expires soon! |
Visual reminder examples
Canvas variables
| Liquid Variable | Description | Example |
|---|
{{canvas_entry_properties.${referrer_first_name}}} | First name of the referrer | Ryder |
{{canvas_entry_properties.${referrer_last_name}}} | Last name of the referrer | Collins |
{{canvas_entry_properties.${referee_reward}}} | Value of reward offered to the referee | £15 or 30% |
{{canvas_entry_properties.${coupon_code}}} | Coupon code for the referee | 10USDOFF-RXAAURVZ |
{{canvas_entry_properties.${coupon_expiry} | date: '%A, %d %B %Y'}} | Expiry date of the coupon | Wednesday, 19 July 2023 |
{{canvas_entry_properties.${call_to_action_url}}} | Destination URL for the referee | www.mention-me.com |
Step 3: Test the emails
Braze does not support previewing custom event properties directly. You must launch the Canvas to yourself and trigger a referral event. Learn more about testing here.
Compiled reminder examples:
Step 4: Launch the canvas
Once you’re happy with the content and tests are successful, launch the canvas to production.
Remove any test segments and adjust wait periods before launching.
Referrer canvas
Remind existing customers (referrers) to use their coupon codes received from referring a friend.
Goals:
- Increase active customer revenue
- Increase premium customer revenue
- Increase retention
Basic workflow
- Referrer receives a coupon upon successful referral (email sent by Mention Me).
- Reminder email is sent if no purchase is made (based on consent).
- Additional reminders follow, encouraging coupon usage.
Step 1: Create the canvas flow
- In Entry Schedule, choose the Action-Based Trigger:
received_referrer_reward
- In Target Audience, set:
- Exit criteria: Make Any Purchase
- In Send Settings, select “opted-in users only”
- In the canvas editor, add:
- 3 x Emails with 3 x Wait periods:
- 1st email: 7 days after trigger
- 2nd email: 14 days after 1st email
- 3rd email: 14 days after 2nd email
Not sure about your reward validity period? Contact your Mention Me CSM or Mention Me support.
Step 2: Add content to each email
- Update images and style to match your brand
- Include product recommendations
- Use default Mention Me variables in subject and body
- Add
{{canvas_entry_properties.${call_to_action_url}}} to CTA button
Example reminder templates
| Reminder 1 | Reminder 2 | Reminder 3 |
|---|
Subject: Claim your {{canvas_entry_properties.${referrer_reward}}} discount! | Subject: Don’t Forget Your {{canvas_entry_properties.${referrer_reward}}} Discount! | Subject: Hurry, Your Discount Expires Soon! |
Visual examples
Available Liquid variables
| Variable | Description | Example |
|---|
{{canvas_entry_properties.${referrer_reward}}} | Reward value for referrer | £15 or 30% |
{{canvas_entry_properties.${coupon_code}}} | Coupon code issued to referrer | 10USDOFF-RXAAURVZ |
{{canvas_entry_properties.${coupon_expiry} | date: '%A, %d %B %Y'}} | Valid until date of coupon | Wednesday, 19 July 2023 |
{{canvas_entry_properties.${call_to_action_url}}} | Link to use coupon | www.mention-me.com |
Step 3: Test the emails
Braze does not support previewing custom event properties. You must launch the canvas (to yourself only) and trigger a test event. Learn how to test.
Compiled examples:
Step 4: Launch the canvas
Once testing is complete and content is finalised, launch your canvas.
Don’t forget to remove test segments and update wait times before going live.