Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @galbee12 Did you check the integration details in Launchpoint which are connected with Zoom. Probably if you check the steps listed in this doc, you might be able to solve it. Thanks,Arun Sharma
IE is decommisioned by Microsoft, so best to use a different browser.
Hi @DeniseG2 , It seems some CSS code might be resulting in bad positioning of the error messages. Please consult your developer to fix the same, mostly the error messages are positioined below the field as "position:absolute" and for that the element should be "position:relative", which means some ...
Hi @Sheila-SEMI There is some custom CSS added on the form which is adding extra margin on all fields (including hidden) resulting in this much of extra space.You've to ask your developer who coded the form to adjust the same.Thanks,Arun Sharma
Hi @SS Your Payload needs to be updated for tokens as below (as mentioned by @SanfordWhiteman), you can add remaining fields in similar way to the payload:{ "input": { "leads": [ { "id": 5 } ], "tokens": [ { "name...
Hi @SaraUsman I tested the flow through Postman and figured out few things which you've to change in your API Call. 1) Make sure you are passing the data in body as "form-data"2) The folder value you are passing is also incorrect, make sure you are getting the folder id by calling Marketo API Asset...
It seems you are missing "access_token" in your request. EDITED by moderator: the access_token must be correct above, or the server would throw a different error.
Hi @Joseph_Wood , The problem seems to be in REST API which is already using the "description" key for the landing page description and there is no key like "metadescription" enabled. So there won't be any other solution for you to get the Meta Description for landing page and you've to use the Ful...
Hi @Suhail_EK , There are few questions here:1) When you hit run now what was the time?2) The time you added in the wait step was for 10AM or PM?3) Did you check if your leads are in wait step?4) What exactly you wanted to acheive with Run Now and a wait step ending on a particular date/time?5) Is t...
Hi @jferrari , It seems there is a bug in Marketo API which is not working for text version links and for some other fields. I found fields like status, textOnly and some other fields are also not working out as per documentation during API calls. Thanks