Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
#foreach ( $x in ${customobject} )
$x.fieldName
#endwell, I haven't really touched the API much in recent times. But my understanding was the leadID was on the way out and the GUID was on the way in. But I think broadly speaking you make some really excellent points, so I definitely support you on that.
does the confirmation email have a link to unsubscribe? it should be in the format {{system.unsubscribeLink}}. It is non-negotiable to include this, even if the email is operational.Does your confirmation email have all formatting cleared? Something in the template suggesting the email is in another...
The use case isn't really a one-size-fits-all approach though.You have a very complete lead record that was updated 6 months ago.You have a duplicate lead that was created 1 minute ago, but it contains just an email address.In your scenario, you want to email the lead record that only has an email a...
I have seen some people use a multi-part form.Page 1 - Form 1. On submit = redirect to page 2.Page 2 - Form 2. On submit = redirect to page 3.Page 3 - Form 3. On submit = "Form" completed.The idea is a smart list says "you have completed form 1, visited page 2, but not filled out form 2... therefore...
Steven,All leads in SFDC sync to Marketo (sync filter not withstanding).However, you control the timing of when a lead syncs from Marketo to SFDC. A use case might be that Marketo only syncs back to SFDC once the lead is "warm" or MQL.You'll need to run your leads through some sort of 'Sync person t...
"should only include people who have not clicked on a link in any email in the last 6 months."I agree, but it's also including people who haven't clicked a link in the last 5 minutes - I think the question is asking for a way to find a level of disengagement.
Hey David,Sanford is trying to figure out what the value is for the field of Appointment time.I'd do the following:1. Create a new lead "test@test.com"2. Open up their lead record and put some time against their Appointment Booked Time field (make it 1 Jan 2018 at 12am)3. Preview your email and chan...
This'll find everyone who hasn't clicked within the last 6 months and the last 5 minutes. I'm assuming the questioner wants more depth than just haven't clicked in 6 months (but they'll have to clarify that). It's a tough one to solve without an external timestamp in a datetime format, which gives y...
Phillip - it helps if you start with a problem that needs solving.For example, have your team figure out how to script up some text to display if they have a particular product versus another. Give them time for trial and error. Have them post on the community if they can't figure it out.Use as much...