How to update a plain-text email by using REST API? | Community
Skip to main content
New Participant
October 29, 2020
Question

How to update a plain-text email by using REST API?

  • October 29, 2020
  • 0 replies
  • 1158 views

Is there any way to update a plain-text email by using REST API?
HTML email portion can be updated via "POST /rest/asset/v1/email/{id}/content/{htmlId}.json", but it seems there is no endpoint to update plain-text portion.

We need to update more than 400 emails, so we need REST API solution.

I don't want to use "POST /rest/asset/v1/email/{id}/fullContent.json", since this will break a relationship between HTML portion and it's template. 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.