Integrate with Customer Service Management
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- AI Experiences
Document Intelligence provides document extraction capabilities to Customer Service Management (CSM). Extract relevant information from email and case attachments, such as credit card numbers or customer addresses, and add that information to cases.
Agents can review values for extracted fields and make corrections as needed by accessing the Document Intelligence interface directly from the case. From this interface, agents can confirm correct values, fix incorrect values, and continue to train the model. This Human In the Loop (HITL) interaction of verifying the recommended values enables agents to refine the model and continually improve performance.
Create use cases that identify the information to extract from attachments, such as invoices, and automatically add that information to case fields, depending on the configuration. Labels identify the extracted fields on the case form.
For more information, see Document Intelligence for CSM.
How Document Intelligence works with CSM
- If the case has one or more attachments
- If the attachment types are specified in the sn_csm_ml_task.case.docintel.parsing_supported_types system property
- Identifies the right use case to use based on the case or case type and the use case filters.
- Creates a task using the use case, the sys_id of each attachment, and the case reference.
- Sends the task, attachment sys_ids, and case reference as inputs to the prediction model.
- Uses optical character recognition (OCR) solutions to extract data from the documents.
- Sets the status of the task to Done after the solution has completed.
- If the extraction mode in the use case is set to Fully automated (straight through processing), the extracted field values are added to the case.
- If the extraction mode is set to Auto-fill or Recommendation, the agent can validate the field values in the Document Intelligence interface.
Enable Document Intelligence for CSM
Set the system properties and activate the required flows to enable Document Intelligence for CSM.