Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I have stored a json-string in a lead field in marketo => { "name": "Milan", "cm_name": "Master Manager", "signature": "Hello \"There\"",} When I am trying to parse the json string using the following script =>#if( $lead.emailVariables.isEmpty() )#set( $lead.emailVariables = '{}' )#end#set( $emai...
Hi,We have established a custom object, 'Application,' which is connected to the 'Person' object in a many-to-many fashion. Here is the schema for the 'Application' custom object: { "applicationID": "123", "status": "Completed", // ...other application-related data} Our objective is to monitor an...
Hi,I would like to configure my Marketo email campaigns to be sent only during regular working hours, specifically from 9 am to 5 pm, and exclusively on weekdays (Monday to Friday). Here's the desired behavior:If it's a working day and the current time falls between 9 am and 5 pm, I want emails to b...
"I'm interested in retrieving the most recent 30 'Send Email' activities for leads using the Marketo REST API, sorted by 'activityDate' in descending order (from the most recent to the least recent). Could you please guide me on how to achieve this?Currently, my approach involves the following steps...
Hi @SanfordWhiteman , @Darshil_Shah1 ,How do I get the sent CA's primary attribute in my Velocity Email Script ? So, basically I created a custom activity whose primary attribute is applicationID.I tried accessing the CA in the velocity email script using $trigger.Name and $TriggerObject.applicatio...
Hi @SanfordWhiteman ,Apologies, but I'm having difficulty understanding your response/suggestion clearly. I currently have two custom objects (COs) in place: "Application" and "Owners."My goal is to establish a one-to-many relationship, where "Application" CO connects to "Lead" in a one-to-many mann...
Hi @Darshil_Shah1 ,Okay, I will sort before using the 0th custom object of a lead. But I have tried multiple times, and ever time I am getting the most recently updated record at position 0. So can you please confirm whether your statement is correct =>The docs claim so, but actually, the CO records...
Hi @Darshil_Shah1 ,Yes, a single CO record can have multiple Owners and the number of owners for applications are not fixed.
Hi @Darshil_Shah1 ,I appreciate your response. Thank you very much.Regarding this =>In case multiple CO records are updated at almost the same time for the same person (i.e. before the campaign has done processing the flow triggered through previous updates), your email would reference the last upda...