Skip to main content

Is it possible to import data with HTML? I saw you can definitely do it via CSV file. 

 

I’m trying to set up messages with multi-language so wondering if that is also possible and if there are any best says I should be aware of before doing so.

Are you trying to import email content with HTML, or something else?

 

If it’s email content, then you could use the API, which supports importing the email for each language:

https://customer.io/docs/api/app/#operation/updateCampaignAction

https://customer.io/docs/api/app/#operation/updateNewsletterVariant

 

Or if it’s just part of an email, you can use Snippets. You can put HTML into a snippet and then insert that snippet into your emails:

https://customer.io/docs/snippets/


Reply