docs
  1. Events
  2. Customer Events
  3. Customer-anonymized

customer-anonymized

A customer-anonymized event is triggered when there is a request to anonymize a customer and the notifications through the anonymization journey.

Example:

Properties:

  • key string
  • locale object
    • appId integer
    • countryCode string (minimum length: ) (maximum length: 3)
    • currencyCode string (optional) (minimum length: ) (maximum length: 3)
    • languageCode string (minimum length: ) (maximum length: 5)
  • occurredAt string
  • payload object
    • id integer
    • anonymizationStatus enum (initiated executed cancelled)
    • publicKey string (optional) (minimum length: ) (maximum length: 100)
    • referenceKey string (optional) (minimum length: ) (maximum length: 100)
    • createdAt string (date-time ISO 8601)
    • updatedAt string (date-time ISO 8601)
  • type enum (customer-anonymized)