Skip to main content

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 scenarios

These Bloomreach scenarios remind customers to use their Mention Me coupon codes. The referee scenario targets prospective customers, while the referrer scenario targets existing customers who earned a reward for referring a friend. Built using Mention Me data and Bloomreach’s Scenarios functionality.
You can also import these scenarios as pre-built initiatives. See How to Install Mention Me Pre-Built Referral Initiatives in Bloomreach.

Prerequisites

  1. Active Mention Me referral program
  2. Mention Me / Bloomreach integration enabled
  3. ESP integrated with your Bloomreach environment
  4. Basic understanding of Bloomreach Jinja

Supported channels

  • Email

Referee scenario

Remind prospective customers (referees) to use the coupon codes they received after being introduced to your brand. Goals:
  • Drive first purchase
  • Increase average order value

Basic workflow

  1. The referee receives a coupon via Mention Me’s initial email.
  2. If no purchase is made, follow-up reminder emails encourage them to redeem.
  3. More reminders are sent if the referee still hasn’t completed a purchase.
Referee coupon reminder scenario flow in Bloomreach

Step 1: Create the scenario flow

  1. Set trigger as On Event: received_a_referee_reward
On Event trigger with received_a_referee_reward
  1. Segment for contacts with email + marketing consent
Segmentation filter for contacts with email and consent
  1. Add an A/B test (90/10 split) to monitor impact
A/B Test configuration with 90/10 split
  1. Add wait periods between emails:
    • 1st email — 2 days after event trigger
    • 2nd email — 6 days after 1st email
    • 3rd email — 4 days after 2nd email
Wait period configuration between referee emails If you are unsure about reward validity, contact your Mention Me CSM or Mention Me Support.
  1. Include a conditional split to check if a purchase has been made within a given period:
    • 1st email — check for purchases within 2 days
    • 2nd email — check within 6 days
    • 3rd email — check within 4 days
Conditional split to check for purchases
  1. In the “No” branch, add Email Action for contacts who haven’t purchased
Email Action on No branch for unpurchased contacts Repeat Steps 2-4 for each follow-up reminder email.

Step 2: Add email content

  1. Update content and styling for brand consistency
  2. Add product recommendations to increase conversion
  3. Under Email Settings, set correct consent category
Consent category in referee email settings

Preview images

Reminder 1: Referee coupon reminder email 1 preview Reminder 2: Referee coupon reminder email 2 preview Reminder 3: Referee coupon reminder email 3 preview

Jinja variables

VariableDescriptionExample
{{ event.referrer_first_name }}First name of the referrerRyder
{{ event.referee_reward }}Reward available to the referee£15 or 30%
{{ event.coupon_code }}Coupon code assigned to the referee10USDOFF-RXAAURVZ
{{ ((event.coupon_expiry | to_timestamp - time) / (24*60*60)) | int }}Days remaining until coupon expiry8
{{ event.coupon_expiry | to_timestamp | from_timestamp('%A, %d of %B %Y') }}Coupon expiry date formatted for readerWednesday, 19 of July 2023
{{ event.call_to_action_url }}Destination URL for redemptionwww.mention-me.com

Step 3: Preview the email

  1. Open Design Test tab
  2. Select a contact who triggered the event
  3. Preview email message with event data
Design Test tab for referee email preview Selecting test contact for referee email Example reminder previews: Referee reminder 1 preview with populated data Referee reminder 2 preview with populated data Referee reminder 3 preview with populated data

Step 4: Activate scenario

Once testing is complete, click Start to activate the Scenario. Start button to activate referee scenario

Referrer scenario

Remind existing customers (referrers) to use the coupon codes they received after referring a friend. It uses Mention Me referral data integrated within Bloomreach Scenarios. Goals:
  • Increase active customer revenue
  • Drive premium customer revenue
  • Improve retention

Basic workflow

  1. Referrers automatically receive a coupon (sent by Mention Me).
  2. Reminder email is sent (if opt-in + no purchase).
  3. Further reminders are sent at scheduled intervals.
Referrer coupon reminder scenario flow

Step 1: Build the scenario flow

  1. Set trigger as On Event with event name: received_a_referrer_reward
On Event trigger with received_a_referrer_reward
  1. Add segmentation to ensure contacts have a valid email + consent
Segmentation for referrer contacts
  1. Add A/B Test (90/10 split) to measure scenario impact
A/B Test for referrer scenario
  1. Insert wait periods before sending each email:
    • 1st email — wait 7 days after coupon sent
    • 2nd email — wait 14 days after 1st email
    • 3rd email — wait 14 days after 2nd email
Wait period between referrer emails If you’re unsure of your coupon validity period, please contact your Mention Me CSM or Mention Me Support.
  1. Add a conditional split to check if the referrer has made a purchase:
    • 1st email — purchased in the last 7 days
    • 2nd email — purchased in the last 14 days
    • 3rd email — purchased in the last 14 days
Conditional split for referrer purchase checking
  1. Add Email Action on the “No” branch (didn’t purchase)
Email Action on No branch for referrers Repeat steps 2-4 for each additional reminder email.

Step 2: Add email content

  1. Customise imagery and styling to align with your brand
  2. Include optional product recommendations
  3. Set the appropriate consent category in the email Settings
Consent category in referrer email settings

Live email previews

Reminder 1: Referrer coupon reminder email 1 preview Reminder 2: Referrer coupon reminder email 2 preview Reminder 3: Referrer coupon reminder email 3 preview

Useful Jinja variables

Jinja SyntaxDescriptionExample
{% if customer.first_name %}{{customer.first_name}}{% else %}there{% endif %}Customer’s first name with fallback”Ryder” or “there”
{{ event.referrer_reward }}Referrer’s reward display text£15 or 30%
{{ event.coupon_code }}Referrer’s unique coupon code10USDOFF-RXAAURVZ
{{ ((event.coupon_expiry | to_timestamp - time) / (24*60*60)) | int }}Days left until coupon expiry8 days
{{ event.coupon_expiry | to_timestamp | from_timestamp('%A, %d of %B %Y') }}Formatted expiry dateWednesday, 19 of July 2023
{{ event.call_to_action_url }}Destination URL to redeem the vouchermention-me.com

Step 3: Test the email

  1. Open email Design, go to Test tab
  2. Filter and select a customer who matches the event trigger
  3. Preview with live values
Design Test tab for referrer email preview Referrer reminder preview 1 with live data Referrer reminder preview 2 with live data

Step 4: Activate the scenario

  1. Review and finalize designs
  2. Click Start to activate
Start button to activate referrer scenario
Last modified on March 31, 2026