---
sourceDocument: Australia Telecommunications, Media, and Technology
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/telecom-media-technology

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Telecommunications, Media, and Technology

ft:clusterId :

    - telmt

bundleId :

    - telmt

workflow :

    - Customer and Industry


---

# Generate Telecom customer 360 insights

# Generate Telecom customer 360 insights {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Generate customer health insights and recent customer issue insights for a customer or consumer account.  
Hinweis:  
This skill is available only if Telecommunications Customer 360 is installed and requires the `sn_telecom_c360.admin` role.  
The Generate Telecom Customer 360 Insights skill is enabled by default and automatically generates AI-powered insights for a customer or consumer account when you navigate to the [Telecommunications Customer 360 home page](https://servicenow-prod.fluidtopics.net/BiHyMuKtbhQfdUnnbLgHJw "Telecommunications Customer 360 consolidates customer information, interaction history, products, and billing into a single view. The view displayed is based on the record type which can be account, consumer, or contact."). This skill triggers the following two sub-skills in parallel:

* Telecom C360 customer health insights: This skill analyzes customer sentiment from recently closed cases and service problems to assess relationship health. It provides sentiment classification, trend analysis, and lists analyzed cases, with an extensible data provider that allows customers to incorporate custom sentiment data sources.
* Telecom C360 top customer issue insights: This skill analyzes recent open cases, service problem cases, and customer interactions to provide insights on top customer issues. It helps agents quickly understand a customer's current issues and prioritize resolution efforts. Works at both consumer and account levels.
{#c360-ai-insights__ul_itc_hc1_k3c}  
The skill uses the following data sources to generate insights:

* Cases
* Service problem cases
* Interactions
* Sentiment data

{#c360-ai-insights__ul_xrd_fd1_k3c}The insights are automatically displayed when a customer or consumer account is opened. See [Insights card](https://servicenow-prod.fluidtopics.net/QdoycLpHzijtjpe~KrqzUg "The card provides AI-generated customer health insights and recent customer issue insights for a consumer or a customer account.") for details.

## Customize data sources {#c360-ai-insights__cust-data-source}

The skill uses the CustomerInsightsDataProvider scripted extension point to retrieve data. Two implementations are available with the base system:

* CustomerHealthDataProvider: Retrieves cases, interactions, and sentiment data to generate customer health insights.
* RecentCustomerIssuesData Provider: Retrieves cases and service problem cases to generate recent customer issue insights.

You can modify the existing implementation to retrieve data from additional sources or create your custom implementation. For more details on configuring extension points, see [Using extension points to extend application functionality](https://www.servicenow.com/docs/access?context=extension-points&version=australia&pubname=australia-api-reference&ft:locale=en-US).

