Recipe

Subprocessor list writer+ notification template

Automate GDPR Article 28(2) compliance. Generate a dated subprocessor inventory, diff it against the prior revision, and produce a ready-to-send customer notification email.

What it does

  • Reads subprocessor records from your configured data source
  • Writes a timestamped JSON artifact to a versioned bucket
  • Computes additions, removals, and metadata changes since the last run
  • Renders a plain-text email body with the diff summary

Output artifacts

subprocessors-YYYY-MM-DD.json

Full inventory with entity name, purpose, location, DPA status, and last-reviewed date.

notification-draft.txt

Customer-facing email with change summary, effective date, and opt-out instructions.

Quick start

nimbus recipe run subprocessor-list \
  --source bigquery \
  --notify-email dpo@company.com \
  --dry-run

Omit --dry-run to commit the artifact and dispatch the notification.

Related docs