-
The
Referral IDisn't stored directly in the database, it's generated dynamically based on each user's ID along with a few other unique parameters from UNA. To work around this, you could create a new field in the database specifically for storing this generatedReferral IDfor each member. Once stored, you can retrieve theReferral IDfrom this field whenever you need to send it to the third-party API. This approach would allow you to store and access theReferral IDmore easily without relying on dynamic generation each time.-
That is brilliant! Thank you!
-
Is there any way to add our own referral ID? This way we dont have to pull it?
-
Hello!
I'm not sure what you mean by 'our own ID'. In the studio settings, you have options to define a prefix for the ID and specify a link to the page where invited members will be redirected. The referral link hash is an encrypted segment that contains information unique to each member.
-