Appearance
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| Path | Description |
|---|---|
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.txt | The file that contains the eWizard.js and builder versions. |
index.html | The file that includes the email HTML markup. Serves as an entry point for the email. |
manifest.json | The file with the email asset info. |