Hi,You can check delivery text content using below xml format in Javascript:var emailText= delivery.content.text.source.toString();var emailHTML= delivery.content.html.source.toString();It will give you XML structure of your email. You can fetch whatever data you want to fetch, like you want to get ...