How to reply to an email received in ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 10:26 PM
I have a requirement when user sends email to ServiceNow, it should generate the Incident and should send reply to the same email with the incident number.
Can anyone help me how to reply to the incoming emails?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 10:29 PM
Hi @ahan ,
This is default behaviour, if sender is part of User table with same email, which used to send email to ServiceNow, then user will receive INC created email on the same email becuase user is caller of that INC.
You can try to send email to Dev instance and check the result.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 10:45 PM
Hello @AshishKM , I need to send the email reply on top of the send email, not a new email. Thank you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 10:56 PM
did you try the reply type notification.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 11:18 PM - edited 11-18-2024 11:33 PM
Hello @ahan,
I had a similar requirement. You cannot reply to the email on top of received email. This is expected behavior you cannot send cascading emails.
Regards,
----
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.