Hi, I am working to create a postmark mail template. I have two dynamic fields and one dynamic list inside the call.
When I create the JSON list with a backend workflow and submit via API, I get HTTP 422 failure and then 403 error code with the TemplateModel field being pointed to as the issue. However, if I copy the values that lead to the error directly from the server logs into the API connector and reinitialize the call then it works fine. Any help would be greatly appreciated. Everything passes the eye test and the values that apparently cause an error during the workflow API call work just fine during the API initialization.
Hi, I was able to get the issue solved. In creating my JSON template using list: plus item Arbitrary Text and then dynamic values inside arbitrary text, I had “key”: “value”, (newline) “key”: “value”, (newline) and the newline wouldn’t come through in the log entries but was affecting the JSON I believe.
1 Like