Saltar al contenido principal

RGPD y Privacidad de Datos

The GDPR page (/gdpr) provides tools to help you comply with the General Data Protection Regulation.


Data Export

Export all personal data associated with a specific email address:

  1. Enter the customer's email address
  2. Click Export Data
  3. A CSV file is generated containing all feedback submissions from that email
  4. Download the file

The export includes: name, email, feedback text, ratings, timestamps, and any custom survey responses.

Rate limit: 10 exports per hour per tenant.

CSV Injection Prevention

The export sanitizes data to prevent CSV injection attacks. Formula-like content (starting with =, +, -, @) is prefixed with a single quote.


Data Deletion

Delete or anonymize all personal data for a specific email:

  1. Enter the customer's email address
  2. Choose: Delete (hard delete) or Anonymize (replace personal data with "[Deleted]")
  3. Confirm the action
  4. A deletion request is created and tracked

What Gets Deleted/Anonymized

DataDeleteAnonymize
Customer nameRemovedReplaced with "[Deleted]"
Customer emailRemovedReplaced with "[Deleted]"
Feedback textRemovedPreserved
Photos/mediaDeleted from storageDeleted from storage
IP addressRemovedRemoved
Ratings/NPSRemovedPreserved

Rate limit: 5 deletion requests per hour per tenant.


Automatic Data Retention

If your plan includes retencion de datos limits (e.g., 90 days, 365 days):

  • Envios older than the retention period are automatically deleted or anonymized
  • This runs daily via the data:enforce-retention scheduled command
  • The retention period is set per plan by the superadmin

Deletion Request Log

All deletion requests are logged with:

  • Requester email and name
  • Request date
  • Status (pending/completed)
  • Completion date

Proximos Pasos