Hi @exploradora,
Thanks for checking, this is a very common point of confusion when exporting emails from Canva.
At the moment, Omnisend accepts only the HTML code itself and cannot process attached image folders or local image files during import. This means the images from Canva’s exported folder will need to be hosted online first, and the image paths in the HTML updated accordingly.
Here are the available approaches:Option A: Upload images to Omnisend
- In Omnisend, create a new Email Campaign
- Add an Image block and upload each image manually
- Right-click the uploaded image and copy its URL
- In your HTML, replace local image paths (for example
images/photo.jpg) with the Omnisend-hosted image URLs
Option B: Use external image hosting
You can also upload the images to:
- your own website/server
- Imgur
- Cloudinary
- another image hosting service
Then simply replace the local image references in the HTML with the full hosted URLs (for example https://yourdomain.com/image.jpg).
In short: the HTML import works perfectly fine, but the images must already be accessible online via direct URLs before the email can render correctly inside Omnisend.
If anything feels unclear while preparing the HTML, we’re always here to help you get everything rendering properly.