How to extract keywords from Intercom Support Call Transcripts using generative AI
If you work in customer support, you know the value of listening to your customers. The conversations your support team has with customers are a gold mine of insights. However, manually combing through each support call transcript would be wildly impractical and inefficient. Fortunately, there is an easy and cost-effective way to identify important insights from your Intercom support call transcripts using generative AI. In this post, we’ll show you how to use generative AI to automatically extract keywords from Intercom support call transcripts.
What is Keyword Extraction?
Keyword extraction is a natural language processing (NLP) technique that involves identifying the most important or relevant words or phrases in a piece of text. You can use it to extract key information and themes from text has many applications, such as search engine optimization (SEO), content analysis, and topic modeling.
Keyword extraction can be performed manually, but it can also be automated using machine learning algorithms. These algorithms learn to recognize patterns and features in the text that are associated with important words or phrases, and can be trained on a labeled dataset of text.
You can use keyword extraction to analyze and summarize large amounts of text data to quickly identify the most important information and themes.
Example Use Cases
Use cases for extracting keywords from Intercom support call transcripts include:
- Identifying common issues and trends
- Improving response times
- Personalizing customer interactions
- Identifying areas for training and improvement
Teams that might find these use cases helpful include: customer support, customer success, product, marketing, and operations.
Accessing and Analyzing Data
To access and analyze Intercom support call transcripts, you’ll need to use the Intercom API. The API allows you to programmatically retrieve transcripts and other data from Intercom. You can then use generative AI to automatically extract keywords from the transcripts.
Here's an example of how to use the Intercom API:
curl https://api.intercom.io/conversations?per_page=50 \
-X GET \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
Once you have your data, you can use generative AI to analyze and extract keywords. One popular tool for generative AI is Google Cloud Natural Language API. With this tool, you can easily analyze text and extract keywords. It also provides sentiment analysis and entity recognition, which can provide even more insights into your data.
Identifying Preliminary Keywords
Before you start analyzing your data with generative AI, it can be helpful (but not necessary) to identify common keywords that you may want to extract from your support call transcripts. This can help you get started with your analysis and ensure that you’re focusing on the most important information.
To identify preliminary keywords, you can manually review a sample of your support call transcripts and identify the most common words or phrases. Alternatively, you can use a tool like Google AdWords Keyword Planner or Ubersuggest to identify keywords that are relevant to your industry or product.
Using Google Cloud Natural Language API
Here's an example of how to use Google Cloud Natural Language API:
curl "https://language.googleapis.com/v1/documents:analyzeEntities?key=YOUR_API_KEY" \
-X POST \
-H "Content-Type: application/json" \
--data-binary @request.json
With this tool, you can easily extract keywords from your Intercom support call transcripts. You can also perform sentiment analysis and entity recognition to gain even more insights into your data.
By following these steps, you can easily extract keywords from your Intercom support call transcripts and gain valuable insights into your customers’ needs and concerns.