Number of referrals
This condition allows you to check how many friends a user has referred as part of your referral system. It helps you reward your most active participants — those who bring in the highest number of referrals.
The condition checks the system variable: {{ referralsCount }}. This variable stores the total number of referrals the client has generated.
More about setting up the referral system.
Important!
A referral is any user who activates the referral code or clicks the referral link.
This condition checks the total count of all referrals, regardless of whether they completed additional tasks or requirements.
If your referral system uses a custom variable that counts referrals only after completing certain tasks, then you should use the condition Variable value — instead of Number of referrals to determine whether the client has enough “qualified” referrals.
How it works
You specify the minimum required number of referrals inside the condition. The system will then automatically check whether the client meets the requirement.
The check is invisible to the user and can be placed anywhere in the automation flow.
If the user has enough referrals → the condition passes and they move forward.
If the user does not have enough referrals → the condition fails, and you can send a motivational message encouraging them to invite more friends.
How to set it up
Add a Condition block in your automation.
Choose Number of referrals from the list.
Enter the minimum number of referrals required.
Click on any empty area of the workspace to save the block.
Example use case
This condition can be added to an automation where the client checks their rating or progress in an activity or game.
- If the user has enough referrals: Award the prize.
- If the user does NOT have enough referrals:
Inform them how many referrals they currently have using the variable:
{{ referralsCount }}Encourage them to invite more friends and provide their referral code using the variable:
{{ referralCode }}
You may also find useful:




