Skip to content

Customer Created/Modified

CRM Newsletter

The Customer event is triggered whenever a customer is created or modified. This event contains all relevant data about the customer, ensuring your application stays up-to-date with the latest changes in real time.

{
"metadata": {
"traceId": "19bebc7b-a2f6-4ca7-9b2e-912edc26d6d6",
"occurredAt": "2024-12-11T14:42:55Z",
"version": "1.0",
"tenant": "1337",
"type": "CUSTOMER"
},
"customerId": "rxrn:cx:14450:customer:624291d6e0591da94e503788",
"customerNumber": "1234567",
"companyName": "Beispiel GmbH",
"salutation": "MR",
"title": "Prof. Dr.",
"firstName": "Max",
"lastName": "Mustermann",
"email": "max.mustermann@example.com",
"telephoneNumbers": [
{
"type": "home",
"number": "+49 171 1234567"
},
{
"type": "mobile",
"number": "+49 151 9876543"
}
],
"addresses": [
{
"addressType": "BILLING",
"street": "Musterstraße 123",
"city": "Musterstadt",
"postalCode": "12345",
"country": "DE",
"additionalInfo": "Hinterhaus, 2. Stock"
},
{
"addressType": "DELIVERY",
"street": "Beispielweg 5",
"city": "Beispielstadt",
"postalCode": "67890",
"country": "DE",
"additionalInfo": "Erdgeschoss"
}
],
"advertisingConsent": {
"emailConsent": true,
"changeDateTime": "2023-10-31T18:00:00Z"
},
"customerGroups": [
"VIP",
"Stammkunde"
],
"custom": {}
}