- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Can anyone explain the use of this system property (sn_wsd_visitor.visitor_inbound_email), in practice? I can see from documentation:
This property enables you to specify a generic email address to send or receive visitor requests.
- Type: string
- Default value: askvisitor@example.com
But what does this actually mean in practice?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello Kiera,
This examples your question
Suppose your organization requires visitors to confirm their visit via email:
- ServiceNow sends an invitation email to the visitor.
- The visitor replies with confirmation.
- The reply is captured through the inbound email address defined in sn_wsd_visitor.visitor_inbound_email.
- ServiceNow updates the visitor record automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello Kiera,
This examples your question
Suppose your organization requires visitors to confirm their visit via email:
- ServiceNow sends an invitation email to the visitor.
- The visitor replies with confirmation.
- The reply is captured through the inbound email address defined in sn_wsd_visitor.visitor_inbound_email.
- ServiceNow updates the visitor record automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
this example helps to you: Suppose your organization requires visitors to confirm their visit via email: ServiceNow sends an invitation email to the visitor. The visitor replies with confirmation. The reply is captured through the inbound email address defined in sn_wsd_visitor.visitor_inbound_email. ServiceNow updates the visitor record automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Suppose your organization requires visitors to confirm their visit via email: ServiceNow sends an invitation email to the visitor. The visitor replies with confirmation. The reply is captured through the inbound email address defined in sys_properties. ServiceNow updates the visitor record automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Kiera1
This sn_wsd_visitor.visitor_inbound_email has been installed with with Workplace Visitor Management
| sn_wsd_visitor.visitor_inbound_email | This property enables you to specify a generic email address to send or receive visitor requests.
|
refer: SN Doc: Properties installed with Workplace Visitor Management
