- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2019 01:35 AM
Hi.
I have a question regarding Email Accounts in ServiceNow. Currently we have multiple teams in ServiceNow, with each of their own Email Account linked. We have inbound actions so that whenever their email account receives an email, a case gets created and assigned to that team.
My question is now - is this the best way of handling this problem, or is it better to just have one email account in ServiceNow for inbound emails, and then a bunch of other emails to forward/redirect their emails to this one email account?
I know it's possible to do both ways, so which way is the best going forward?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2019 02:34 AM
Hi Andreas
Yes i think that is a best practice for developer's ease, as you do not have to write a lengthy code or multiple condition combinations to create a record for respective team in a single inbound
what i follow is if let say servicedest@mailbox.com is a mailbox of Service Desk team, i would create a inbound with below condition:


[ Architect | Certified Professional]
Was this response helpful? If so, please mark it as ✅ Helpful and ✅ Accept as Solution to help others find answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2019 02:34 AM
Hi Andreas
Yes i think that is a best practice for developer's ease, as you do not have to write a lengthy code or multiple condition combinations to create a record for respective team in a single inbound
what i follow is if let say servicedest@mailbox.com is a mailbox of Service Desk team, i would create a inbound with below condition:


[ Architect | Certified Professional]
Was this response helpful? If so, please mark it as ✅ Helpful and ✅ Accept as Solution to help others find answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2019 03:27 AM
Hi AjayChavan.
Thank you for your reply. I'm currently testing with having only one email account in SNOW and then some other forward to this email account.
Why would you not just use "Recipient - Contains" instead of "email.to.toLowerCase().indexOf()"?