How to retrieve the original sender's email address and use in the reply-to
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2024 12:23 PM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2024 06:39 AM
@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 :
Thanks,
Harsh