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 thesync activity. If it's showing "no further information" I'm led ...
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 th...
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
I think the idea with custom objects or custom activities (i think custom activity is more appropriate here) is that you work with your devs to segment and tag your product pages (...
Touched on here:https://nation.marketo.com/message/212923-re-can-i-sync-a-custom-campaign-object-field?commentID=212923#comment-212923That's for a single field.For multiple, you'd ...
Is there anywebhook-compatible service you know of?You can DIY with a server and a custom field. e.g.<?phpecho json_encode(['response'=>hash( "sha256" , $_POST['email'] )]);?>...
Trust me, the looping nurture program you set up is far more complex than creating an email script.Don't fear what is unfamiliar. And I apologise for seeming to trivialise it.Maybe...
As Sandford says, use a velocity script that dynamically adds blocks of text if respective checkbox is ticked.To have the email sent once, I assume your sign up form triggers a Fil...