The Initial Problem:
We have Youth Education Webinars/Seminars that have specific criteria (Age, Membership, etc) to qualify due to incentives. We host the registration form on our website, and it pushes entries into Marketo. There are no criteria requirements tied to registration and in theory we can have multiple students register under the same Email Address since sometimes we have families with multiple children all under the same Email Address.
Marketo Data:
The Problem and End Goal
Where this becomes an issue is that there are a few things that cause issues for this:
I hope this makes some semblance of sense. I am trying to automate as much of this process as possible, but I fear that it's going to be a case of putting registrations into a bucket/list and THEN inputting the Customer ID to match and moving Leads from there.
Solved! Go to Solution.
Apologies, Marketo custom objects.
OK, that’s good because you could also use a webhook (that is, a “loopback” webhook that calls a service that in turn uses the REST API to fetch and filter Marketo CO records).
Can’t think of much else beyond the above 2 options.
SFDC Custom Objects or Marketo Custom Objects?
- I have a Velocity script that can match between objects, but as far as I am aware there would be no way to automate actions based on the Velocity output. For example, if the Velocity script noted that record A met the qualifications, I'd want to move that Lead into the Registered Program Status and send an email.
Well, there kind of is. Very kind of. You can throw an error from Velocity and trigger on Email Bounces Soft, filtering on Details. I do this sometimes, but only if there’s nothing better.
Apologies, Marketo custom objects.
Apologies, Marketo custom objects.
OK, that’s good because you could also use a webhook (that is, a “loopback” webhook that calls a service that in turn uses the REST API to fetch and filter Marketo CO records).
Can’t think of much else beyond the above 2 options.
Hmm I'll look into that. thank you!