Solved

Can I import data using HTML?

  • 31 January 2023
  • 1 reply
  • 107 views

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.

icon

Best answer by bethomas 31 January 2023, 16:47

View original

1 reply

Badge

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