Need to set Email watermark at the bottom Email body for Replied email.

Tejasr1
Tera Contributor

Hi Team,

 

I need to set Email watermark at the bottom Email body for Replied email.
Trying below code in Email script:
Tried to Used escape character '\n' also tried to use <br/>

 

var subjectTxt = encodeURI('Re:' + current.number + ' - Escalation Request');
    var bodyTxt = 'You are requesting to escalate your ticket. Can you please...\n\n\n\n\n\n' + email.watermark;

    template.print('<a title="click here" href="mailto:itoneinfotech.service-now.com?SUBJECT=' + subjectTxt + '&amp;body=' + bodyTxt + '">Click here to escalate Ticket</a>');

 

Thanks
Tejas

1 REPLY 1

Dr Atul G- LNG
Tera Patron
Tera Patron

I think it is OOTB and you just mention a statement, please reply above this line. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************