Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to add "to" recipient in notification via email script. I am able to add "cc" and "bcc" users but not "to" users

Ajay Sharma2
Tera Guru

How to add "to" recipient in notification via email script. I am able to add "cc"  and "bcc" users  but not "to" users

6 REPLIES 6

Community Alums
Not applicable

You can use email.addRecipient method to dynamically set to address in email script

Community Alums
Not applicable

You can use email.addRecipient method