Configuring email content
When managing privacy requests, it's important to keep consumers informed about the progress of their requests. This is typically done through email updates, which can be customized both in terms of content and appearance. The following instructions outline how to modify the email content for each request type.
The following types of emails may be sent while processing privacy requests:
- Subject identify verification: An email used to confirm the identity of a data subject.
- Privacy request received: An email sent to a data subject when a privacy request has been received.
- Privacy request approved: An email sent to a data subject when a privacy request has been approved.
- Privacy request denied: An email sent to a data subject when a privacy request has been denied, including the reason for the denial
- Access request completed: An email sent to a data subject when an access request has been completed, including a link to download the package
- Erasure request completed: An email sent to a data subject when an erasure request has been completed
Below, you can see the default wording of each email and a description of the variables, if applicable. To update the content of the emails, please see the section for configuring email content
Subject identity verification
Message | Details |
---|---|
Description | An email used to confirm the identity of a data subject |
Message subject | Your one-time code is {{code}} |
Message body | Your privacy request verification code is {{code}} . Please return to the Privacy Center and enter the code to continue. This code will expire in {{minutes}} minutes. |
Available variables |
|
Privacy request received
Message | Details |
---|---|
Description | An email sent to a data subject when a privacy request has been received |
Message subject | Your privacy request has been received |
Message body | Your privacy request has been received. We will get back to you shortly. |
Available variables | -- |
Privacy request approved
Message | Details |
---|---|
Description | An email sent to a data subject when a privacy request has been approved |
Message subject | Your privacy request has been approved |
Message body | Your privacy request has been approved and is currently processing. |
Available variables | -- |
Privacy request denied
Message | Details |
---|---|
Description | An email sent to a data subject when a privacy request has been denied including the reason for the denial |
Message subject | Your privacy request has been denied |
Message body | Your privacy request has been denied. {{denial_reason}} . |
Available variables |
|
Access request completed
Message | Details |
---|---|
Description | An email sent to a data subject when an access request has been completed including a link to download the package |
Message subject | Your data is ready to be downloaded |
Message body | Your access request has been completed and can be downloaded at {{download_link}} . For security purposes, this secret link will expire in {{days}} days. |
Available variables |
|
Erasure request completed
Message | Details |
---|---|
Description | An email sent to a data subject when an erasure request has been completed |
Message subject | Your data has been deleted |
Message body | Your erasure request has been completed. |
Available variables | -- |
Configure email content
To update this information, please:
- Click on the gear icon in the upper-right of the Admin interface to visit the Management interface
- Click on Email templates in the left-side navigation
- Update the content to fit your business requirements

Configure custom values
In the following cases, a custom value can be configured to override the default setting. To change these settings, please set this via environment variable or in the fides.toml
file.
Variable | Description | Default |
---|---|---|
FIDES__REDIS__IDENTITY_VERIFICATION_CODE_TTL_SECONDS | Duration of subject identity verification code | 600 seconds (10 minutes) |
FIDES__SECURITY__SUBJECT_REQUEST_DOWNLOAD_LINK_TTL_SECONDS | Duration of access package download | 432,000 seconds (5 days) |