Customer Email Understanding

Customer Email Understanding

In this example, you'll understand email analysis and response system for restaurant transactions, efficiently manages various email types, including inquiries on payments, transactions, and menus. It parses emails, gauges sender sentiment, summarizes content, and extracts essential information for quick responses. By automating these processes, our system enhances communication, improves accuracy, and boosts customer satisfaction. Additionally, it provides valuable insights into customer preferences, aiding in better decision-making for restaurant operations.

  1. Upload Dataset: Upload the dataset to the default datastore provided by Augmatrix.io.

Here is the sample dataset providing for testing purpose

  1. Create Sample Project: Create a sample project in APPS.

  2. Enter Project: Access the project.

  3. Open Component Store: Open the component store.

  4. Download Components: Download input, GPT-Extractor block and Zero-shot Classification components.

  5. Access Component Menu: Navigate to the component menu.

  6. Drag and Drop: Drag and drop components to the workspace.

  1. Configure Inputs: 1. Use the editor menu to configure data for the input block. 2. Select dataset of Email.

  1. Connect Components: 1. Connect input block to the GPT-extractor block. 2. Drag a line between one block node to another block node to make connection.

  2. Configure GPT Extraction Block: 1. Fill the Details of instruct with this code.

Extract Transaction ID, Amount, and Translate to English from the givenRextInput.
Fill the data extracted to outputJsonFormat, map corresponding value with respect to key of json.

2. Fill the Details of another code block with Output JSON to extract the Information.

{
    "Transaction ID": "",
    "Amount": "",
    "TranslateToEnglish": ""
}
  1. Configure Zero-Shot Classification Block:

    1. Configure the block with different labels to understand the emails

    2. labels are likely to be payment, delivery, food menu, coupons.

  1. Run All:

    1. Click Run-All program to start the flow running sequentially.

  2. Check Outputs:

    1. Examine the output of individual blocks.

By following these steps, you'll effectively set up and run the email understanding workflow.

Last updated