You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
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?
sectionContent[ "mysection" ] = "<h1>Updated HTML</h1>";
CampaignUpdateResult cur = mc.UpdateCampaign( Id, "content", new { sections = sectionContent } );
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.
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: