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 s...
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:{...
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)...
"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...
We've established a custom data structure involving two distinct custom objects: "Application" and "Owner". The "Application" custom object is associated with the standard "Lead/Pe...
I have a custom object named "application" that is associated with People/Leads. I'm aiming to incorporate the fields from the "application" into an email. This email should be tri...
Can we retrieve comprehensive information about updated Marketo fields within our backend?
Approach I've taken: I've established a Marketo webhook and integrated the endpoint URL.
...