Currently campaignContent only returns the full HTML instead of a hash
of the various sections (such as html_header, html_footer etc.
Is there a way to get the campaign content by section so that I can
keep the template structure intact when I import content into my
software and export content back to mailchimp?
AKA instead of campaignContent returning ["html" => 'html code',
'text' => 'text code']
Is there a way to get it to return ['html_header' => 'bla',
'html_footer' => 'bla'.....etc]
Thanks for your time and the GREAT software!
jesse