Customer Created Event (v1.0.0)

A customer has been created.

Info

Auth Adapter listens to the event but implementation seems strange.

Overview

This event is triggered by an adapter that creates a customer. Creating a customer might also have triggered other events, like UserSignupEvent and UserCreatedEvent, before this event is triggered.

It is up to the adapter to subscribe to the correct event, for what the purpose of the adapter.

Payload example

Payload example
{
"Customer" : {
"Id": "550e8400-e29b-41d4-a716-446655440000",
"User": {
"Id": "440e8534-e29b-6666-a716-446655441234",
"Attributes": {}
},
"Party": {
"GovermentId": "O",
"Name": "John Doe",
"FirstName": "John",
"LastName": "Doe",
"CountryCode": null,
"MobileNumber": null,
"FixedNumber": null,
"Email": "john.doe@example.com",
"IsOrg": false,
"State": "Active",
"Attributes": {}
},
"Account": null,
"Attributes": {
"brandname": "Qallify",
"user_notify": "true"
}
}
}

JSON Schema

24 properties
Customer object → Customer
required