Implementing a data-driven mindset by optimising the customer support department.

Diagram of the data flows of customer communication to the customer service department of this company.

Summary

Due to its green energy success formula this e-mobility company grew faster than it could hire data-savvy and customer support colleagues.

As the customerbase kept growing, the customer support team could no longer keep up with customer inquiries. Consequently, customers got frustrated since waiting times increased. The data generated by a third-party customer support service platform wasn’t used, so the customer support team had no idea why and when customers where reaching out.

The solution was simple yet effective. First, the third-party solution data was pulled into the private (Azure) cloud. Next, we enriched the data with two questions which we integrated in the working environment of the customer support agents.

  1. What was the main reason of the call?
  2. Were you able to solve the problem?

With the enriched data we could pinpoint the main drivers of the inquiries, and come up with a detailed action plan to reduce the number of inquiries, for example:

As a result, we significantly improved the customer journey of multiple communication channels.

My role and responsibilities

Since the company was at the beginning of their data-driven journey, my most important responsibility as a data scientist / project lead was to guide, explain, and show how data could help their workflow, and ultimately benefit their customers.

An interesting technical challenge was to securely pull the third-party solution data into their Azure Synapse Analytics environment. Besides data analysis we used the Synapse environment to build and execute data pipelines with the Integrate functionality, which closely resembles Azure Data Factory. The compute infrastructure that pulls, transforms, and pushes the data in these data pipelines is called an Integration Runtime (IR). To make life easy Azure provides a regional IR by default, including an IP range on which these machines are running. Although convenient, this setup presented a serious security issue.

The third-party solution did not expose it’s data via an API, but via access to their managed databases. One of their security measures was IP whitelisting. It’s possible to whitelist the regional IR IP range, but that would cause a serious security issue, since anyone with an Azure account can use the same regional IR.

As a solution, with the guidance of an experienced Cloud Architect, I build a general, scalable, and cost-efficient solution to this integration challenge, which consists of the following five steps:

The solution was wrapped as Infrastructure-as-Code with Bicep and PowerShell, and made available in Azure DevOps for other teams facing the same challenge.