Ready to boost customer acquisition and build subscriber loyalty? Our Referral System add-on is designed with ISPs like you in mind. Here's how it can benefit your business:
Benefits for ISPs:
How It Works:
With the Referral System add-on, you empower your ISP customers to become advocates for your services. Grow your subscriber base organically and reward your loyal customers for helping your community thrive.
Config → Templates
, select the "Email" type` and find the necessary template. Paste this code with the variables:Hello {referee_name}, you've been invited to join by {{customer.name}}. Your referral code is {{customer.id}}. Also, {{customer.name}} left you a message, here it is: {invitation_message}
Config → Templates
, select the "Email" type` and find the necessary template.
You can customize the text in the 'Code' field. Please edit only the plain text, but do not modify the actual code. Feel free to edit the highlighted text:
This entry point is located on the portal dashboard and enables your customers to invite a friend via the 'Invite' button, which triggers Splynx to send an email to the referee. Customers can also view referral statistics using the 'View report' button.
Here, you have to provide your friend's email address, their name, and optionally a personalized message.
This page shows the statistics of how many invites were sent by this customer, how many of them were successful, and how much bonus they earned.
The idea is simple - create a customer with the ID of the referrer in this field:
It can be done in multiple ways:
1. Manually create a customer with the referrer code:
2. Using a sign-up widget
First of all, you need to include the "Referrer" field into the sign-up widget form. To do so, navigate to Config -> Leads -> Signup widget
and scroll down to the "Form fields" table. Click "+" button to add a new field, and select the "Referrer" field:
Save the changes and copy the code of our sign-up widget and place it somewhere on your website.
Now your customers can register via this form on your website and set the referrer code:
After the registration, a new lead will be created.
Convert that customer into an active customer, and the referral system add-on will trigger the bonus to apply.
3. Using a registration form
If you have a custom registration form that creates customers via API, or you create a customer via API directly, make sure you enabled that API key to be tracked by the referral system under module configs:
If so, all customers created by that API key will be included in the referral system.
You can find the referral system report under Administration/Reports/Referral system report
:
This report displays all customers that were tracked by the referral system for the selected period of time. Both pending and successful referrals are displayed here. Pending referrals have empty "Referrer bonus", "Referee bonus", "Credit note date" and the "Activation date" fields.