Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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
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 (all 2500 SKUs) and use the tag values in your custom activities which would be independent of munchkin
Touched on here: https://nation.marketo.com/message/212923-re-can-i-sync-a-custom-campaign-object-field?commentID=212923#comment-212923 That's for a single field. For multiple, you'd have to implement a syntax-like format, e.g. XMLthen you can write string manipulating logic to extract the values an...
Is there any webhook-compatible service you know of?You can DIY with a server and a custom field. e.g.map response to your custom field
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 Sanford Whiteman can give you a helping hand with the code!
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 Filled out Form or Person is pushed to Marketo trigger? Send the email in the flow of that smart campaign.