We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

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

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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