Hi Mark,Thanks for the reply. I modified the JSON file as per your suggestion but I am getting "Invalid Json" error. Below is the JSON:{"action":"createOrUpdate","lookupField":"ema...
Suppose we have two String field@joshField A contains 1, 2, 3, 4, 5Field B contains 2How to execute the following:If Field A contains Field B thenSkipElseField A = Field A + Field...
Hi,I am sending a Json file using Post request to Marketo. Here is the JSON:{"action":"createOrUpdate","lookupField":"email","input":[{ "requestedCampaignType":"orderConfirmation",...
Hi Sanford,Yes, agreed with you. Calling the rest API from the browser is not a safe way. But I am doing it for testing purpose. From Server, I am able to call the API successfully...
Hi,I am trying to call Marketo rest API using the javascript on the CMS web page but I am getting CORS error. Is there any way to fix this?ThanksHarish G