When a user replies to closed incident how to send a notification as a reply to user's email ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2021 06:45 AM
Hi,
I have configured a autoreply to send when the user replies to closed/resolved incident. I have followed these steps.
Created a Inbound email action.
And calling a event inside inbound email action
then create notification to send the email to user.
But this email sent separately to user how Can I send as a reply to after user's reply email.
Any guidance will be much appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2021 07:01 AM
Hi,
You may try configuring 'Reply Email' type inbound action instead of email notification.
If I have answered your question, please mark my response as correct and/or helpful.
Thanks,
Suseela P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2021 07:12 AM
Then When I configure reply email , there's no place to add filter, to run Inbound action only when Incident status is resolved or close How can I achieve that

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2021 07:30 AM
Hi,
Please refer below link, Previously same type of discussion done by the others. I think you find the answer for your question here.
if it is helpful, Please mark helpful.
Thanks.
Regards,
Ganesh.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2021 07:39 AM
Hi,
I think people are missing what you're asking for.
You want the inbound email that is involved (so all contents, headers, etc.) to be used within the context of the reply to the user. So as if the system is personally replying to the user's email. That is not available out of box, but you could attempt to make it "appear" as if it was by taking the email via inbound action, checking if the record is closed, if so, generate event and then pass the email sys id (sys_email.sys_id) as a parameter in that event and then in your notification, use a mail script to query the email table, find the related record, then add your response and append the previous email body to your reply and send it back to the user. Furthermore you could append RE: to the subject line and copy the subject line as well.
That's about as close as you can get I believe.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!