Inbound Email Action: Action Type Vs Type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 11:29 PM
Hi Members,
What is the difference between the Action type = "Reply Email" and Type = "Reply" in Inbound Email Action?
Please advise.
Thanks,
Neha Pateria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 11:35 PM
Hi @NehaSNOW
- Email reply: sending an email back to the source that triggered the action. [ means the same record]
- Type : The system classifies an email as a reply when it fails to match it to the forward receive type and it meets any one of these criteria:
- https://www.servicenow.com/docs/bundle/yokohama-platform-administration/page/administer/notification...
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 11:36 PM - edited 03-04-2025 11:39 PM
Hello @NehaSNOW ,
Here's the key difference:
Action Type = "Reply Email":
This is an action that the system will take when processing an incoming email. When set to "Reply Email", the inbound action will automatically send a reply email back to the sender based on the configured script. This is used when you want ServiceNow to automatically respond to incoming emails.Type = "Reply":
This refers to the classification of the incoming email itself. When an inbound action has Type = "Reply", it means this action will only be triggered when the incoming email is detected as a reply to a previous email sent by the ServiceNow instance. This is used to process follow-up communications on existing records.
To illustrate:
An inbound action with Action Type = "Reply Email" will send an automatic response regardless of whether the incoming email is new or a reply.
An inbound action with Type = "Reply" will only process emails that are replies to previous ServiceNow communications, typically to update existing records.
You can find more about this in this Documentation : Inbound Email Actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 11:43 PM
Hello @NehaSNOW
Please the video below:
Thank You!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 11:44 PM - edited 03-04-2025 11:45 PM
Hello @NehaSNOW
Go through this documentation link which will help you to understand the details.
https://youtu.be/dhjLiwtT97E?si=kBC2Gqe662JfNtw9
Email reply: sending an email back to the source that triggered the action.
Reply:
The system classifies an email as a reply when it fails to match it to the forward receive type and it meets any one of these criteria:
- The subject line or email body contains a recognized watermark such as Ref:MSG0000008.
- There is no watermark and the Reply-To header contains a recognized message ID of an email with watermark.
- There is no watermark and the subject line contains a recognized reply prefix such as RE: and a recognized record number such as INC0005574
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.