In today’s fast-paced contact centre environments, even small inefficiencies can add up to significant time losses. Automating simple, repetitive tasks can dramatically boost productivity, reduce human error, and allow operators to focus on delivering a better customer experience. This blog explores just one example of automation doing what it does best – detecting and extracting key data, and updating your systems automatically.
Finding Data Automatically with Text Detection
One of the simplest and most effective automations involves using workflows to detect and extract relevant data from inbound messages. Consider an example where customers frequently provide reference numbers, order IDs, or tracking numbers within their inquiries. Instead of manually searching for and copying these details, automation can handle this task using straightforward text detection.
With the Find Text action in Gnatta workflow, you can search for specific patterns of text using regular expressions (regex). This allows for precise detection of relevant strings, such as:
- Order numbers:
ORD\d{6} - Tracking numbers:
TRK\w{10}
When a message is received, the workflow scans the content and captures the specified patterns, significantly reducing the need for manual scanning by operators.
For detailed steps on setting up text detection workflows, see our guide: Detecting & Extracting Data