Using link unfurling in Virtual Agent
Summarize
Summary of Using link unfurling in Virtual Agent
Link unfurling in Virtual Agent enhances user interactions by generating content-rich previews when supported links are shared in conversations. This feature is available on the web client, mobile devices, and various channels, providing previews that may include text, images, and videos. However, performance may vary due to factors like website availability and security policies, though these do not disrupt conversation flow.
Show less
Key Features
- Support Conditions: Link unfurling is supported only for links that meet specific criteria:
- Included in the Hostname allow list table.
- Utilizes standard Open Graph (OG) tags in the page header.
- Shared in a user or text-based bot conversation.
- OG Tags Support: The system supports various OG tags, including image, video, and text. If both image and video OG tags are present, the video will be prioritized in the preview.
- Disabling Feature: Link unfurling is enabled by default but can be disabled by setting the com.glide.cs.enablelinkunfurling system property to False.
- Configuration Table: The Hostname allow list [syscshostnameallowlist] table is used to manage which hosts and domains can be unfurled.
Key Outcomes
By utilizing link unfurling, ServiceNow customers can enhance user experience with rich content previews, improving engagement and information sharing in conversations. Proper configuration ensures that only approved links are unfurled, allowing for a secure and efficient communication process within the platform.
Virtual Agent supports link unfurling on the web client, mobile devices, and various channels. Link unfurling generates a content-rich preview when a supported link is shared in a conversation with a user, a virtual agent, or in a text-based bot response.
How to determine if a link is supported
- The host or domain is included in the Hostname allow list table.
- The link uses standard, compliant Open Graph (OG) tags in the page header as metadata. For example, og:image.
- The link was shared in a conversation with a user, a virtual agent, or in a text-based
bot response.Note:These conditions apply only to the web client and mobile devices on the ServiceNow® platform. Support requirements and conditions for clients on other platforms can vary. For client-specific support and requirement conditions, see the documentation for the client you're using.
- Asynchronously fetches, if available, the OG tag at the provided link.
- Attaches a card-based, content-rich preview of the link based on the OG tag.
The time required to complete these and any other required tasks can vary, depending on your network configuration and system performance.
Supported OG tags
The ServiceNow user interface supports image, video, and text-based OG tags. When both an image OG tag and a video OG tag are fetched, the video is used instead of the image in the card-based, content-rich preview.
Disabling link unfurling
Link unfurling is automatically enabled by default. To turn it off, Maint users change the com.glide.cs.enable_link_unfurling system property to False.