Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello, I don't know a direct way of doing this, but you can do it with the 2 following steps1. Create a trigger campaign for the e-mails. If the person clicks the unsubscribe link you update the preferences field value.2. In the forms you enable the pre-fill of the preferences field
Hello, I think you should use the endpoint /rest/v1/leads.json and build the body of the message to update the fields you want. In this link there is an example:https://developers.marketo.com/rest-api/lead-database/leads/It is important to correctly define the action ("createOrUpdate", "createOnly" ...
I don't know an easy way to do this, but it is possible using the lead activities API. You can use the Get Leads Activities Endpoint filtering for the Send Email activity. You will get back a JSON file (probably a huge one) with a record of all sent e-mails to every lead. Then you will have to query...
Some content removed by moderator for accuracy.When the lead sends the forms is the data value changing in the database? or does it remain the same? If it is changing you probably should just add a wait step in the flow to be sure the data has time to be updated.