Open Asshen opened 8 years ago
Meanwhile, I read somewhere that using the GetTemplateContent method you can only update the sections that are part of the template. Apparently you are not able to update the body content of your mails using that method.
Is that correct? If yes, then how can I update the body content of my mails?
Thank you.
When I try to update the HTML in a section (region in a template), I get no errors, but the changes are not saved online... any ideas what I'm doing wrong?
I read somewhere that I should add "html_" before the section name
sectionContent[ "html_mysection" ] = "<h1>Updated HTML</h1>";
is that correct? It doesn't work that way either...Thank you. Kris.