I'm attempting to build and send pardot list Emails with HTML content via zapier. if i truncate the HTML content it will schedule at around 2800 characters. I'm assuming this is an api request size limitation?
I get an "Cannot read properties of undefined (reading '@attributes')" error. but it will work if i gradually reduce the character count of the html to below 2880.
is there any way around this? can i reference a public html document in the request or compress or split the request? this is such a frustrating error, and makes the send list email function worthless.