How to retrieve the original sender's email address and use in the reply-to

tworzala
Tera Contributor

We have the inbound action for Create HR Case (Forwarded) turned on. When we make comments in cases back to the requestor, we want the reply to go to the original sender's email address. Can anyone tell me how to accomplish this?

5 REPLIES 5

@tworzala  You can try with event based notification, call gs.eventQueue() method inside inbound action and pass those original sender email in event parameter, this way you can notify it. 

 

Doc link :

https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/platform-eve... 

 

Thanks,

Harsh