Maveryx Success Stories

Learn how Alteryx customers transform their organizations using data and analytics.
STORIES WANTED

Showcase your achievements in the Maveryx Community by submitting a Success Story now!

SUBMISSION INSTRUCTIONS

AYX Customer Support Automates Role Assignments

AlteryxAdvocacy
Alteryx
Alteryx
alteryx_logo - Copy.png
Overview of Use Case

In the Customer Support team, among other responsibilities, my role is to make sure that the systems we use to support our customers are functional, and that our customers are getting the support that they need. We have different levels of support based on the type of license that the customer purchased. Using Alteryx Designer, we cross-reference two different databases from different data sources to assign each customer to the type of support that they are entitled to.

 
Describe the business challenge or problem you needed to solve

Our team assists licensed customers with issue including installation, tool configuration and how-to questions, unexpected product behavior and resource guidance. If they didn’t find their answer in the Community, they can reach us via the case portal, e-mail, phone or chat, depending on the type of Support entitlement they purchased (standard, premium or advanced support).

 

We need to ensure that the active customers have access to the case portal, that premium or advance customers get access to the chat and phone. It’s all based on the roles that are assigned to each customer in the Community. To be able to profile each customer to match the type of license with the type of support we join data from Salesforce and Community, but we need to ensure that the data is matching and using Alteryx Designer this it’s super easy!

 

Describe your working solution

This workflow pretty much uses Alteryx Designer to make the data match and pass that data down an API to make the change in the Community. Some of the key steps below:

 

  • The workflow takes the contact information from Salesforce, then prep the data so I can match against the Community user table. The entitlement contact data says what type of support they purchased.
    clipboard_image_1.png
    clipboard_image_2.png
  • I used a Formula tool to do the role assignment and I match the data from the Community with Salesforce because not all the contacts will have a Community user record in Salesforce.
  • Next, I join the data based on a unique id and filter out the ones that don’t match. Finally, a macro does the API call to update the roles in the Community.
 clipboard_image_3.png
 
Describe the benefits you have achieved

If I were to do this manually it would take me hours every day. For example, let’s say we have 500 activations in a day. I would have to identify what level of support each one is entitled, and if half is premium or advanced, I would have to go the Community and assign a role to each customer. This workflow is scheduled, and it runs daily. I also don’t have to rely on other teams and wait for them to send me the data.

 
 
Comments
DanC
Moderator
Moderator

Nice work, @CarlosA! Thanks for sharing!

STAR1BANU
8 - Asteroid

Hi guys, I like this workflow, you can share with us