Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Note from moderator: this suggestion is not recommended for reasons explained later in the thread.Hi @Stoyanova , For already opted-in users, Create a trigger campaign and whenever the data value changes from true to false, make sure you change the data value as "True" in the flow step and set "Eac...
Hello All, We have created a Marketo custom object and have mapped it with the SFDC custom object using REST API. We are able to get the create activity by using "Added to Custom Object" trigger in Marketo but when the object is getting updated we are not able to trigger the updated value and not a...
Got it, I forgot to add the fields in the form. Thanks much!
Hi @Dragana , Are you using Media Queries in your code? If not try the following media queries that would render the email on all mobile devices and tablets. You need to put this code in
I am using the following body to hit the submit form API. { "input": [ { "leadFormFields": { "email": "marge.simpson@fox.com" } } ], "formId": 1012} I am getting the following error. "result": [ { "status": "skipped", "reasons": [ ...
Hi Brett, Outlook accepts a table layout particularly the desktop version. I would suggest you write your code in tables that will allow you to render everything perfectly on both the platforms. Please try the following code to make things render perfectly on outlook.
Hi Lauren, If there is an error in the smart list criteria, Marketo will not proceed further i.e. it will not qualify the leads to flow through the steps you have given in the flow tab. Try rechecking the smart list criteria and then check the schedule tab for the smart list status which will displa...
Hi Tom, That's nice to hear. I request you to mark this as a solution so that it stands resolved. Regards, Prashanth
Hi Jason, You can create a new role that would allow the users to read-only but not edit anything.1) Create a new role in the Users & Roles -> Roles. 2) In the edit user roles tab check the read-only options inside the "Access API " permissions. You can check the main access option by leaving the op...
In that case, we need to specify the id of the element separately that would allow the user to go to that element within the page or email.