Referral Program and tokens | Community
Skip to main content
Teresa_Hsu1
Level 3
November 27, 2017
Question

Referral Program and tokens

  • November 27, 2017
  • 1 reply
  • 2617 views

Hello,

I've read all the referral program threads that I could find.  However, I still don't quite understand how that works as I'm not a developer and have very limited knowledge about html codes.

Here's what I'm trying to achieve in Marketo:

  1. 1 form with Referrer and Referral information. 
  2. Referrer goes to a Referrer campaign in SFDC and Referral to a Referral campaign.
  3. After form submission, an email goes out to Referrer and another email goes out to Referral.  The email goes to Referral also need to mention the Referrer's name.
  4. Alert to Sales team with both Referrer and Referal's information.

I think I need to create custom fields to capture Referrer's information.  Otherwise, I won't be able to tokenize the email.  However, that also means I need to manully upload/update Referrer's information.  Any suggestions?

Thanks so much!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
November 27, 2017

I'm not a developer and have very limited knowledge about html codes.

Not so much HTML, but JavaScript. The way to create a successful bidirectional referral-referrer program is by using the Forms JS API.

On the database side, you receive 2 Filled Out Form activities:

  • one in the context of the referral (new/updated lead) with a back-reference to their referrer in a custom field
  • another in the context of the referrer with a reference to their most recent referral

You then can use history and score fields to maintain a trail of referral activities.

I think I need to create custom fields to capture Referrer's information. Otherwise, I won't be able to tokenize the email.

You've described the Referrer concept well, but you will need a developer to implement it for you.

Teresa_Hsu1
Level 3
November 28, 2017

Still need a developer after all...  Thank you @Sanford Whiteman​!