For the complete documentation index, see llms.txt. This page is also available as Markdown.

1-Click Signup

The 1-Click Signup feature allows subscribers to sign up for your referral program within your email or newsletter with a single click. It removes the need for a complicated signup and confirmation process for your existing contacts. You can include the 1-Click Signup link in your own newsletter or any cross-promotional email lists to increase the opt-in rate and create a seamless signup experience for your potential new referral program subscribers. You might want to use this feature if you already have a list of email subscribers and are looking for an alternative to the Import Existing Contacts feature.

Example

Let's say you want to run a referral program and have an existing mailing list. Since you already have their email address you don't want to ask them to sign up again on ReferralHero.

You could import them using our import feature, but maybe you don't want to import all of them. Instead, you want people to choose to participate in your campaign.

1-click sign-up is the solution to this problem.

The "1-click sign-up" flow is very simple: you send out invite links to your email list. When they click on the link, ReferralHero will automatically add them to the campaign, without sending a confirmation email. We'll also automatically open up the sharing screen of the form, which means people can start sharing their referral links immediately.

A few things to note:

  • people who click on the link will sign up without the need to verify their email address

  • people who sign up through this feature won't count as referrals even if they come from a referral link

  • if ReCaptcha is enabled in your campaign, this feature won't work

  • if you have enabled Terms and Conditions in your campaign, this feature won't work

  • if 1-Click Signup is enabled in multiple campaigns, the subscriber will be added to all campaigns where the feature is enabled

  • to add a subscriber to only one specific campaign, use the rh_campaign parameter with the campaign's UUID

Enable 1-click sign-up

By default this feature is disabled. To enable it for your campaign:

  • go to your campaign dashboard > Edit campaign > Options

  • switch on Enable 1-Click sign-up

  • Save the changes

Now that you have enabled this feature, you simply need to send people to your referral program page using a link formatted in a specific way.

More specifically, your link must contain the rh_email parameter, whose value is the email address of the person you want to sign up.

Optionally, you can add the following parameters:

  • rh_name — the name of the subscriber

  • rh_phone_number — the phone number of the subscriber

  • rh_extra_field — the value of the extra field

  • rh_extra_field_2 — the value of the second extra field

If 1-Click Signup is enabled in multiple campaigns and you want the subscriber to be added to only one campaign, you can include the rh_campaign parameter with the UUID of the campaign you want to target.

For example, if your referral program page is https://mywebsite.com/contest and the campaign UUID is MF123e4567e8, your link would be:

https://mywebsite.com/contest?rh_email={EmailAddress}&rh_campaign=MF123e4567e8

If you don't include rh_campaign, the subscriber will be added to all campaigns where 1-Click Signup is enabled.

A real-life example with MailChimp

In real life, you are likely to send out links through your favorite autoresponder or email platform, like MailChimp, ActiveCampaign, etc.

In this example, we will use MailChimp, but these instructions apply to virtually any email platform.

Let's imagine this scenario:

  • you have a list on MailChimp with 2,000 subscribers and you want to send them a link to sign up for your contest automatically, with no extra effort.

  • Your contest page is located at https://mywebsite.com/contest

You can send your list a newsletter with their unique sign-up link by using Mailchimp merge tags. In MailChimp, the merge tag for the subscriber email is *|EMAIL|* , so all you need to do is to send your subscribers the following link:

https://mywebsite.com/contest?rh_email=*|EMAIL|*

MailChimp will automatically replace the merge tag *|EMAIL|* with the email address of each recipient.

Last updated

Was this helpful?