Does Engagement Messenger allow unauthenticated users (unlogged in users) to submit ticket?

Thuy Thao
Tera Guru

Hello community,

I got a requirement from my client:

My client want to apply Engagement Messenger to their website. They want to allow users can submit Record Producer / Request without logged in Service Now (it means they are unauthenticated users).

My question is it's possible to do that? If yes, could you guide me how to do that? If not, do you have any document / KB related to that?

I try many ways to public the Catalog Item but nothing works. 

Thank you all in advance!

1 ACCEPTED SOLUTION

Soeren Maucher
Mega Sage

It is definitely possible, I have already implemented it for different clients. 
Here is a good guide you could follow: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0551300

Form my experience, enabling unauthenticated users to submit a simple record producer e.g. with some plain text fields as input can be done with limited effort and limited seurity concerns. However, providing "advanced" record producers with for example reference fields can lead to security issues, since table ACLs must be customized in a way that could lead to data breaches. 

View solution in original post

1 REPLY 1

Soeren Maucher
Mega Sage

It is definitely possible, I have already implemented it for different clients. 
Here is a good guide you could follow: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0551300

Form my experience, enabling unauthenticated users to submit a simple record producer e.g. with some plain text fields as input can be done with limited effort and limited seurity concerns. However, providing "advanced" record producers with for example reference fields can lead to security issues, since table ACLs must be customized in a way that could lead to data breaches.