Remove Personally Identifiable Information from a Contact
This workflow automation job removes personally identifiable information (PII) from an interaction
The full conversation with an agent through a channel. For example, an interaction can be a voice call, email, chat, or social media conversation. after it's closed. The system identifies PII by matching a regular expression (regex) that you specify in the job.
PII content is not recoverable after removal. Fully test your regex to ensure that it matches the information you want the system to remove from interactions.
Create This Job
- Click the app selector
and select ACD. -
Go to Digital > Automation Jobs.
- Click Add.
- Enter a Name that describes what the job does.
- From the Action drop-down, select Remove Personally Identifiable Information from Contact.
- Under Parameters, select an option to explain why the PII needs to be removed from the Content removed reason drop-down. You can select GDPR, Time to Live, or Other.
- In Regular expression, enter a regular expression (regex) that will match the content you want to remove. If working with unicode strings, you can include the u modifier to ensure the regex works correctly. You can test the validity of your expression at https://regex101.com.
- Click Save.
Add The Job to a Trigger
-
Go to Digital > Automation Triggers.
-
If you need to, create a new trigger and add conditions to it. These steps can be found on the individual help page for each trigger, listed in the following drop-down:
-
Locate the trigger you want to assign this job to and open it.
-
Click Add existing job.
- Use the drop-down to select this job. The drop-down displays the Name you gave the job, not the Action of the job.
- Click Add.