How to setup new Guest user account for Inbound actions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2020 08:37 AM
Hi Experts,
I have a requirement of setting up a new Guest user account used for finance inbound actions processing.
OOB we have "guest" user id which is used to processed inbound emails and create incidents from non servicenow user accounts (gmail, yahoo, etc.. )
I would like to create new user "finance.guest" and use it to capture as requester for creating finance request from inbound emails.
Regards
- Labels:
-
Notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2020 09:14 AM
Please could you help with more details, what was your use case and how did you do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2020 09:29 AM
When we start to receive outside vendor emails this is the process I follow
- Add the domain to the approved domains list for the instance.
- Create a new user on sys_user
- Add the email address to the user record
- Check the box "Web service access only". This prevents them from logging into the system w/o a SOAP role which I don't assign to the record.
- Create 24 character random password w/ password generator
- Create a new inbound action if needed
- Routes to specific assignment group, sets service, category, subcategory etc.
- Go to sys_email and reprocess the email to verify it is working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2020 11:12 PM
I have tried to set current_caller_id = "sys ID of new guest account" in inbound action, but it is populating OOB "guest" as created by and opened by
And when I deactivate the OOB guest account, emails are not getting processed and state is recieved - ignored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2020 06:36 AM
Look at the email record on sys_email. It should tell you why it is failing. Can you give the reason?