What this solution does
The module implements a referral system based on unique invitation links. Each user receives a personal registration link to share with others. The system automatically tracks clicks on these links and records subsequent registrations.
Key features:
Generation of a unique invitation link for each user account.
Sending email invitations that include the recipient's name.
Preservation of the referral link even if registration is delayed: if a user clicks the link but registers later, the connection between the referrer and the invitee is maintained.
Detailed tracking of referrals: who invited whom, who has registered, and who has not yet registered.
The collected data is sufficient to configure a referral program, including bonus accrual for invited friends, their total count, and link clicks. Access to this data via API is available upon request.
Email Events
The module creates custom email events with templates for each site. Configuration is performed using standard Bitrix platform tools without requiring code modifications.
Components
A form for generating links and sending email invitations.
A list of sent invitations showing the registration status for each recipient.
Compatibility
Support for MySQL and PostgreSQL databases. Tables are created using standard core tools (D7 ORM), ensuring independence from a specific database management system.
General iT can install and configure this module and check how it works on your website.