> ## 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.

# Promote Referral from Klaviyo

> Add a personalised referral CTA link to your Klaviyo emails that sends customers directly to a pre-filled referral landing page.

With the Mention Me integration into Klaviyo, you can add a CTA link to your emails that sends customers directly to a personalised referral landing page. This improves visibility of your referral programme, boosts engagement, and reminds existing customers to keep sharing.

The personalised link allows customers to skip referral registration, as Klaviyo will automatically pass their email and name to pre-fill the referral page.

## Prerequisites

* A working referral landing page on your website with the Mention Me referral tag implemented

## Types of emails to consider

* Dedicated referral solus emails (recommended every 2-3 months)
* Inclusion in a standard newsletter or promotional email
* "Always-on" presence in email headers or footers
* Integrated into automated email journeys (e.g., Welcome, Post-purchase)

## How it works

1. You promote your referral programme in an email, including the personalised CTA link
2. The customer clicks the button and reaches the referral landing page
3. The referral page is pre-filled with their first name, last name, and email
4. They are auto-registered when they click "Get Reward"
5. They share the offer with friends via their preferred method

## How to add the personalised link

1. Add a CTA button or text link to your promotional email campaign.
2. In the button/link URL field, begin with your referral landing page address and include a `?` to start parameters.
3. Append the following parameters, separated by `&`.

<img src="https://mintcdn.com/mentionme/wCXk8mLkd-Pu-JvZ/images/knowledge/esp-crm/klaviyo/26446013015069.png?fit=max&auto=format&n=wCXk8mLkd-Pu-JvZ&q=85&s=c06fc7e3540342722c62af4f67da9565" alt="Referral landing page URL with personalisation parameters" width="659" height="326" data-path="images/knowledge/esp-crm/klaviyo/26446013015069.png" />

<img src="https://mintcdn.com/mentionme/wCXk8mLkd-Pu-JvZ/images/knowledge/esp-crm/klaviyo/26445997054365.png?fit=max&auto=format&n=wCXk8mLkd-Pu-JvZ&q=85&s=492ce339836708e041616b4253eab9c0" alt="Klaviyo email editor with referral CTA link configuration" width="748" height="452" data-path="images/knowledge/esp-crm/klaviyo/26445997054365.png" />

### Personalisation parameters

| Parameter | Value / Klaviyo Variable   | Notes                                                                                                          |
| --------- | -------------------------- | -------------------------------------------------------------------------------------------------------------- |
| firstname | `{{ person.first_name }}`  | Use the personalisation tag from your Klaviyo setup                                                            |
| surname   | `{{ person.last_name }}`   | Ensure this matches your data field in Klaviyo                                                                 |
| email     | `{{ person.email }}`       |                                                                                                                |
| situation | `Klaviyo-newsletter-jan23` | Customise with your own naming: channel\_type\_date (e.g. Klaviyo\_solus\_jan23)                               |
| segment   | `loyalty`                  | Use if you run segmented or localised referral campaigns. This will map to the correct audience in Mention Me. |
| locale    | `en_GB`                    |                                                                                                                |

### Final example URL

```
https://www.yourwebsite.com/refer-a-friend?email={{ person.email }}&surname={{ person.last_name }}&firstname={{ person.first_name }}&situation=Klaviyo-newsletter-jan23&locale=en_GB&segment=loyalty
```

<img src="https://mintcdn.com/mentionme/wCXk8mLkd-Pu-JvZ/images/knowledge/esp-crm/klaviyo/26446013016349.png?fit=max&auto=format&n=wCXk8mLkd-Pu-JvZ&q=85&s=21b9e1b5086fc5bf49d04883c83f3ba9" alt="Example referral email with personalised CTA button" width="748" height="452" data-path="images/knowledge/esp-crm/klaviyo/26446013016349.png" />
