Unique Promo Codes Trigger

Jason_Scott
Level 4

Unique Promo Codes Trigger

In the referral program you can upload an excel file and as the referals meet their goal it pulls the unique code and 'assigns' to that person, going down the list.

Is there an action/trigger that functions the same way? Pulls a code from a file and inserts into an email?

Thanks!
Jason
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Unique Promo Codes Trigger

Not from a file. But we did similar functionality from a secured SQL table available online.
You can use Marketo webhooks functionality to get the running unique code from this online table and assign it to that person and send it in email etc

Hope this helps. Feel free to reach out if you need more information

Rajesh
 
Anonymous
Not applicable

Re: Unique Promo Codes Trigger

You could also use SFDC and Dataloader.io to do this on a recurring basis. You just need to have a chron job run to destination like Box or somewhere internal and have Dataloader.io sweep that up into SFDC which will come back down to Marketo. Complicated, but it works and isn't expensive.
 
Jason_Scott
Level 4

Re: Unique Promo Codes Trigger

Thanks for the replies!  I was hoping for more of an out-of-the-box solution.