Skip to content

Mailchimp

eWizard Export is a service that allows you to transform eWizard items into formats compatible with target systems: documents, standalone applications, or ZIP archives. You can export emails for their further upload to Mailchimp.

Build structure

The exported email for Mailchimp has the following build structure:

.
├─public/
|  ├─blocks/
|  |  └─block-image1.png
|  └─image1.png
├─banner.txt
├─index.html
└─manifest.json
PathDescription
public/Storage directory for the assets used in the email: fonts, images, PDF files, and videos.
public/blocks/Storage directory for the assets used in the email blocks.
banner.txtThe file that contains the eWizard.js and builder versions.
index.htmlThe file that includes the email HTML markup. Serves as an entry point for the email.
manifest.jsonThe file with the email asset info.