Can I migrate over from another referral software provider?

Unfortunately, we do not support platform migration from other referral software providers. Although you can import a CSV list to generate new participants, migrating existing referral counts and rewards are not supported.

Additionally, you can manually assign referrers to GrowSurf participants, but no existing rewards would be transferred over from your previous referral software provider.


Set referrals via the REST API

You can also use the GrowSurf REST API to add new participants.

Use this to retrieve a list of participants in the campaign
https://docs.growsurf.com/integrate/rest-api/api-reference#get-participants

  • You will need to call this endpoint, loop through all participants, and add them to your GrowSurf campaign.
  • If they have a  referredBy value check if that referredBy participant exists within the new campaign using this endpoint and if they do not you will need to add the referrer as a new participant first (this is so that the referrer gets credited with a referral).

Add Participant
https://docs.growsurf.com/integrate/rest-api/api-reference#add-participant

  • To make sure the referrer (referredBy) gets credit you will need to check if the referrer exists and add them before each participant. Set the referredBy value within the payload when adding the participant to ensure the referrer gets the credit.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.