email processing - body_text does not contain all text from body_html

Brian Nielsen
Kilo Guru
I'm investigating a few occurrences where only the footer of the html email ends up in 'body_text' and hence description. The body_html has all the text including the markup oc, but block that contains the real info in the email is ignored.
Fwik this parsing is done earlier in the ServiceNow pipeline before it hits the inbound action, and the correct action is triggered. Also I know that there are options to have the footers being ignored, but this is sort of the reverse problem.
What options do we have to tweak this internal parsing and are there known html constructs that could cause this?

Thanx in advance.
2 REPLIES 2

Vishal Savajia1
Kilo Sage

Hi Brian, 

 

Can you please Review Message Body Size limit

 

Message body size limit properties | ServiceNow Docs

 

Warm Regards, 

 

Vishal Savajiani

Hi @Vishal Savajiani 

Thank you for your reply. The html body is intact/complete and it's size is app. 10 KB, so I'll rule that out as the cause here.