Best answer

How Do I Delete HTML Codes from Received Emails and Send Revised Emails to Customers?

  • 6 April 2023
  • 1 reply
  • 53 views

Hi, I want to revise the email contents that I receive and send it to customer. Since I want to delete the top section of the email template that I receive, I wonder I can manage it by deleting some html. Is there any way that I can delete some html codes from email that I receive and send the rest of html code to customer email?

icon

Best answer by robschmidt 6 April 2023, 07:13

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +9

Hi @sandria 

Yeah you can do that in a couple ways:

  • Easiest one would be using Formatter > Split: Find the part that always shows up in every email and use that to split the text, and send the remainder in your next action
  • Using Code Step: Use python or Javascript with regex to extract the only part relevant to you and use that in the next action