Can we send email notification to a user whose ID doesn't exist in servicenow/USER AD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2020 12:08 PM
Hi All,
In one of our customer account we have a user who needs all the servicenow notifications asociated with the req/change/inc/knowledge those are raised/assigned should route to his another email ID.
We have tried to implement the above scenario through creating another channel on 'my notification preferences' but we are failed to do so.
please suggest us another way to successfully implement the scenario.
Regards,
Damini Tyagi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2020 12:11 PM
Yes Damini you can.
If the profile exists in User table a corresponding entry in Notification Device (cmn_notif_device) will be created with Email for the User. You can then use to send mails to required user.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2020 12:26 PM
Consider an example of Watchlist field. You can enter any email address & system sends a mail.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2020 12:20 PM
You can always send the mail directly to the email address. e.g. Even thought chuck.tomasi@servicenow.com isn't on your instance, you can use that as the To, Cc, or Bcc address.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2020 05:50 PM