How it works
The data Operata ingests carries PII in three places:- Contact metadata — customer phone numbers, queue names, custom attributes set by your flows, and any other field on the Amazon Connect Contact Trace Record (CTR) or the Genesys Cloud / NICE CXOne equivalents.
- Agent context — agent usernames, machine identifiers, and any account-level attributes you map to agents.
- Conversational content — Contact Lens transcripts and sentiment fields, Amazon Lex slot values, and contact-flow log entries.
Why redaction runs at the edge
Redacting at the edge means your AWS account remains the boundary of PII control. Operata cannot accidentally store fields it never received, audits are simpler (the redaction config is the single source of truth for what crosses the boundary), and the contract is reversible — change the config, and the next CTR honors the new rules. The allow-list and deny-list shape is deliberate: a deny-list is easy to start with (“don’t send me phone numbers”), an allow-list is the safer default for high-regulation tenants (“send only the fields I name”). Both compile to the same execution.Related
- Privacy and redaction — the model behind redaction across all sources.
- Cloud Collector — where redaction runs.
- Get redaction config — read the current allow/deny rules for a source.
- Update redaction config — change the rules. Idempotent.
- Delete redaction config — remove rules for a source.
- Configure CTR redaction — the redaction guide for Amazon Connect.
- Configure Genesys redaction — the redaction guide for Genesys Cloud.