> For the complete documentation index, see [llms.txt](https://support.referralhero.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.referralhero.com/campaign-builder/unique-identifier/quick-add-referral-verification.md).

# Quick Add Referral Verification

When using the [Quick Add referral](https://support.referralhero.com/campaign-management/subscribers/quick-add-referral) feature, new referrals can be required to verify their email and/or SMS before being officially added to your campaign.

### **What is Quick Add Referral Verification?**

Quick Add Referral Verification requires referrals added by an existing subscriber to confirm their email and/or SMS before they are enrolled in your campaign. This helps you:

* Avoid fake or mistyped contact entries
* Ensure referrals are real and have explicitly opted in
* Comply with privacy and anti-spam regulations

### **How to Enable the 'Quick Add' Invitation Email/SMS?**

1. Go to your campaign dashboard > Edit Campaign > Automations > Welcome Emails/SMS Messages
2. Locate 'Quick Add' Invitation Email/SMS
3. Customize the content of the email/SMS
4. Save the changes

<figure><img src="/files/2IAN2Kl5qM1qvANBlrFn" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If this email is enabled, the referred subscriber **must** click the confirmation link before being added to your campaign.
{% endhint %}

### **How Verification Works**

1. A current subscriber logs in to their dashboard and uses the Quick Add form to refer someone by entering their name, email, and/or SMS
2. If the **Quick Add Invitation Email/SMS** is enabled, an email or SMS is automatically sent to the referred person, asking them to confirm their details
3. The referral must click the confirmation link in the email/SMS to complete their signup and officially join your campaign
4. Once confirmed, the referral appears as a verified subscriber, and the advocate will receive rewards (if applicable)
5. If a referral remains unverified, the Quick Add Invitation Email/SMS will be triggered again after 6 hours

### **Thank You Page**

When subscribers verify their email address, you have two options:

1. Display their dashboard (default behavior)
2. Send them to a custom thank you page

{% hint style="success" %}
This option is not available for Quick Add Invitation SMS messages.
{% endhint %}

#### Redirect to a custom URL

If you want to redirect subscribers to a custom URL of your choice:

1. Go to your campaign dashboard > Edit Campaign > Automations > Welcome Emails > Quick Add Invitation Email&#x20;
2. Scroll to the bottom of the page and switch on the toggle **After email confirmation, send subscribers to a custom thank you page**
3. Enter the URL of your custom thank-you page and save your changes

<figure><img src="/files/kYM7f1CDg73eowCTDvFv" alt=""><figcaption></figcaption></figure>

When redirecting subscribers, ReferralHero will append the following parameters to your URL:

* **rh\_email**, with the subscriber's email
* **rh\_name**, with the subscriber's name
* **rh\_code**, with the subscriber's unique referral code
* **rh\_subscriber\_id**, with the subscriber's ID
* **rh\_position**, with the subscriber's position in the list

#### Showing ReferralHero's Sharing Screen on Your Custom Thank-You Page

If you redirect people to a custom thank you page on your website, you would normally need to design this page yourself, including code to grab the referral link, generate sharing buttons, etc. However, there’s a simpler way:

1. Go to your campaign dashboard > Edit Campaign > Widget Builder > Advocate Dashboard > Dashboard > Template Settings
2. Switch on **Open sharing screen if already signed up**
3. Add the ReferralHero Advocate Dashboard Widget to your custom thank you page

<figure><img src="/files/IePLAwgEPDNcbdFSw7nC" alt=""><figcaption></figcaption></figure>

Now when people are redirected to your custom thank you page, ReferralHero will recognize them and automatically open the sharing screen.

{% hint style="warning" %}
**NOTE**: Since ReferralHero uses cookies (which are device-specific), this won’t work if users confirm their email address from a different device than the one they used to sign up (e.g., sign up on a desktop but confirm via phone).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.referralhero.com/campaign-builder/unique-identifier/quick-add-referral-verification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
