
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 12:11 PM
Question: Has anyone done a solution to handle inbound email action to create INC record from third party email senders and create guest accounts for those third party senders?
Can it be done without any license ramification?
#ITSM #Platform
Solved! Go to Solution.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 12:38 PM
Hi,
System will show created by as Guest but in the email log there is field user where you can find the source email id from which incident got created.
Thanks and Regards,
Saurabh Gupta

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 12:42 PM
If those external user doesnt need to login to ServiceNow, you can just use guest account instead of creating accounts for them. So any inbound email will bydefault tag to the guest account if account not found in ServiceNow.
We usually add them to the watchlist using the inbound action script, so that we know who created the incident and it also helps assignee to email while replying from the incident record.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 01:00 PM
Hi,
You have to check first while changing the additional notes who all the recipients. If work notes list/watch list is available there, you can use existing notification else create a new one.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 12:51 PM
Hi,
You need to strore the the senders email on the tickets work_notes_list then it will trigger an email to sender.
You have to check if a notification is configured for work_notes.
Thanks and Regards,
Saurabh Gupta

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 12:53 PM
Will test this out. Thank you, Saurabh.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 12:58 PM
@Saurabh Gupta . I just thought of this, what if I only need to share additional comments? Do I add the third party email in the watch_list only?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 01:00 PM
Hi,
You have to check first while changing the additional notes who all the recipients. If work notes list/watch list is available there, you can use existing notification else create a new one.
Thanks and Regards,
Saurabh Gupta