Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
lots of ways to automate this, but all will require technical resources.I'd actually let Salesforce do the work here, keeping in mind marketo cannot dynamically change the system fields for sales owner. Instead, you would have to use a proxy field and build a smart campaign with choices for every po...
Having custom activities set up isn't so bad. if you have a spare data scientist lying around, I'm sure they'd appreciate the amount of data you're collecting and might give you a nice model in return.Barry Dupont To the problem at hand, regardless how you identify the the SKUs that a person hasn't ...
Yes this is annoying. Tip: you can use
Email address validation checks are not 100% accurate and you risk blacklisting valid email addresses. If you can accept the risks, go for it. N.B These do work better for B2C companies where your database mainly use free email services e.g. Gmail.com, Outlook.com, Yahoo.com etc...
Would write an Apex trigger on Lead object for this.
You can access custom object fields related to Lead, Contact and Account sObjects using a Velocity email scriptYou need to activate the custom object in schema first though.
Best log a ticket with support for that oneMarketo most likely captures the response from the salesforce API for the sync activity. If it's showing "no further information" I'm led to believe it might be a default response and something is amiss.
For a better chance of having your question answered, best to start a new post
1. Create a php file with the above code on your server1.1 if you don't have a custom field already, create a custom string field to save your hash of the email address2. Create the Marketo webhook3. Map the response4. Create your smart campaignflow:
I'd assume you'd have dev resouces, so just make your application split the results between successes and errors and include the original payload with the respective error