Skip to content
Configuring email
Message content

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.

For steps to update the style of these messages, please see our guide for configuring email style.

The following types of emails may be sent while processing privacy requests:

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

MessageDetails
DescriptionAn email used to confirm the identity of a data subject
Message subjectYour one-time code is {{code}}
Message bodyYour 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
  • {{code}}: a variable automatically generated by Fides.
  • {{minutes}}: a variable that is set to 10m by default. For steps to update this value, please see the section below

Privacy request received

MessageDetails
DescriptionAn email sent to a data subject when a privacy request has been received
Message subjectYour privacy request has been received
Message bodyYour privacy request has been received. We will get back to you shortly.
Available variables--

Privacy request approved

MessageDetails
DescriptionAn email sent to a data subject when a privacy request has been approved
Message subjectYour privacy request has been approved
Message bodyYour privacy request has been approved and is currently processing.
Available variables--

Privacy request denied

MessageDetails
DescriptionAn email sent to a data subject when a privacy request has been denied including the reason for the denial
Message subjectYour privacy request has been denied
Message bodyYour privacy request has been denied. {{denial_reason}}.
Available variables
  • {{denial_reason}}: the reason for denial as entered by the reviewer.

Access request completed

MessageDetails
DescriptionAn email sent to a data subject when an access request has been completed including a link to download the package
Message subjectYour data is ready to be downloaded
Message bodyYour 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
  • {{download_link}}: the URL where the data package can be downloaded.
  • {{days}}: a variable that is set to 5d by default. For steps to update this value, please see the section below

Erasure request completed

MessageDetails
DescriptionAn email sent to a data subject when an erasure request has been completed
Message subjectYour data has been deleted
Message bodyYour erasure request has been completed.
Available variables--

Configure email content

Owner or Contributor access is required to change these values

To update this information, please:

  1. Click on the gear icon in the upper-right of the Admin interface to visit the Management interface
  2. Click on Email templates in the left-side navigation
  3. Update the content to fit your business requirements
Please do not remove or edit the variables
Configure email content

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.

VariableDescriptionDefault
FIDES__REDIS__IDENTITY_VERIFICATION_CODE_TTL_SECONDSDuration of subject identity verification code600 seconds (10 minutes)
FIDES__SECURITY__SUBJECT_REQUEST_DOWNLOAD_LINK_TTL_SECONDSDuration of access package download432,000 seconds (5 days)