THIRD PARTY INBOUND EMAIL GUEST ACCOUNT/USER CREATION

randytangco
Mega Guru

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

3 ACCEPTED SOLUTIONS

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

View solution in original post

SanjivMeher
Kilo Patron
Kilo Patron

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.

View solution in original post

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

View solution in original post

13 REPLIES 13

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

Will test this out.  Thank you, Saurabh.

@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?

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