Product Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

1.60OLD

Release notes - Data Breach Response - 1.60.0

Story

DBR-8913 Password Bank Retry Workflow

Users who process data can retry failed password-protected files using a retry.csv password bank. Read more about how to retry processing a file with new passwords here.

DBR-9208 Sticky Entry Tabs for Document View

Now, the data entry tabs are sticky. When users switch between the Tag, Entities, and Suggestions tabs, the tab will stick in that same position as the user navigates through the documents. One exception: if the user has selected the Suggestions tab and a document does not have a suggestion, the interface will revert to the Entity tab.

DBR-9491 Email (AWS SES) Events and Activities

The event log and activity history now capture emails sent to the email server. We also log an error event if we do not receive a message ID from the email server. Activity and event details include: email of the intended recipient, the subject of the email, the date and time the email was sent, and the message ID of the email returned by the email server.

Activities
You can find more details about this two new activities by clicking here and searching on the word email. These activities are logged per project:

Class Type Description Example Email
Exports Complete Email Subject: Canopy Export Completed! – when document related exports completed
From: {{from_email}}
To: {{to_email}}
Message ID: {{MessageId}}
img_5.png
Microsoft 365 Consent Email Subject: Canopy M365 Plugin - Admin Consent
From: {{from_email}}
To: {{to_email}}
Message ID: {{MessageId}}
img_6.png

Events
You can find more details about the new events by clicking here and searching on the word email. These events are logged at the tenant level:

Class Type Description Example
Multi-Factor Authentication Email OTP Subject: Canopy Multifactor Authentication Code
From: {{from_email}}
To: {{to_email}}
Message ID: {{MessageId}}
multifactor_authentication_email_otp
Password Request Email Subject: Reset Your Canopy Password
From: {{from_email}}
To: {{to_email}}
Message ID: {{MessageId}}
password_request_email
Password Reset Email Subject: You’ve Successfully Set Your Canopy Password
From: {{from_email}}
To: {{to_email}}
Message ID: {{MessageId}}
password_reset_email
User Accounts Create Email Subject: Welcome to Canopy Software
From: {{from_email}}
To: {{to_email}}
Message ID: {{MessageId}}
user_accounts_create_email
User Accounts Add Tenant Email Subject: You’ve Been Added to a new Canopy Tenant: {{tenant}}
From: {{from_email}}
To: {{to_email}}
Message ID: {{MessageId}}
user_accounts_add_tenant_email
Error Email Send Error sending email.
Class: {{class}} Type: {{type}} Email Address: {{email}}
Response: {{ResponseMetadata}}

Bug

TBD