Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello again! Would you know if marketo supports creating/updating email script tokens via the UI?
Thank you so much for your input! This definitely raises a red flag in our current design.
Yes. Looks like if I access a marketo object in my script code then the API call to create the token is success and I don't get the 709 Business Violation Error. Again this is purely a workaround!
In my work around I am accessing marketo object and I am thinking that is the reason it worked.
Sorry about that I shared pseudo code to share my design.We schedule the campaign (type is batch) via api call https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Campaigns/scheduleCampaignUsingPOSTHere's the rectified code - #set($defaultDocs = [{"Id":1, "...
I am trying to render dynamic content in the email. I am trying to do this by setting an array of json objects via the token API call -$defaultDocs velocity script variable eg. #set($defaultDocs = [{id:1, url: 'test.url.com', title:'test link1'}, ...]) I have a separate token at the email program...
I am running into an issue where my API call to create token is failing. The error response is 709 (Business Rule Violation) with message saying Not a valid Script Token value. I am using the following documentation for reference - https://developers.marketo.com/rest-api/endpoint-reference/asset-end...