Skip to content

Adobe Campaign

You can export emails for their further upload to Adobe Campaign.

Build structure

The exported email for Adobe Campaign has the following build structure:

.
├─public/
├─banner.txt
├─index.html
└─manifest.json
PathDescription
public/Directory containing all static assets used in the email, including images referenced in the HTML.
banner.txtText file containing build information including the builder and framework versions.
index.htmlThe main HTML file containing the complete email structure, styling, and content with inline CSS and responsive design for compatibility with various email clients.
manifest.jsonMetadata file documenting the email asset inventory, including a list of all image references in the public/ directory and other media assets used in the build.