Increase sharing by creating referral program awareness, keeping it top of mind for users and making referrals part of your main user flow. To achieve this, we recommend utilizing moments of delight and regular communication. How to encourage referrers to share at key moments in the user journey:Documentation Index
Fetch the complete documentation index at: https://docs.cello.so/llms.txt
Use this file to discover all available pages before exploring further.
- Add a CTA to refer your product
- Send an instant message to introduce the referral program
- Add referral link to regular emails

Add a CTA to refer your product
A product lifecycle naturally has moments of delight when a user would be more likely to share their satisfaction with the product within their network. Add a CTA to open the referral component at such moments and make referring part of this flow.
How to implement?
For Developers You can add a custom button anywhere in your UI at the moment of delight and have it open the Referral Component.- Identify where to add the button together with your Growth manager and UX designer
- Use window.Cello(“open”) method to open the Referral Component when the button is clicked.
Send an instant message to introduce the referral program
When your user reaches a moment of delight in their journey, that’s the time to prompt them to share your product with an introductory in-product message i.e. announcement. This introduces the referral program to the user at the time they feel compelled to share their experience and effectively boost the conversion rate from users to referrers.
How to implement?
For Developers You can trigger an announcement using Cello.js client-side JS method at any point of the user journey. Here is how to do it:- Add announcement to your custom launcher, so they are displayed when triggered.
- Use window.Cello(“showAnnouncement”) method to open the Referral Component when the button is clicked.
Add referral link to regular emails
Use regular communication with your users as an opportunity to remind them about the referral program and keep it top of mind. For example, add their personal invite link to your weekly updates or transactional emails.