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 pure...
Sorry about that I shared pseudo code to share my design.
We schedule the campaign (type is batch) via api callhttps://developers.marketo.com/rest-api/endpoint-reference/lead-datab...
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.
...
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 ...