Account created
Triggered when a new account is created for a user.
Request example
{
"id": 9069,
"read": false,
"edges": {
"user": {
"id": 96,
"email": "user@example.com",
"status": "completed",
"lastName": "Doe",
"timeZone": "Asia/Ho_Chi_Minh",
"userType": "personal",
"firstName": "John",
"totpEnabled": true
}
},
"action": "account_created",
"entity": "account",
"payload": {
"account": {
"id": 222,
"code": "10000090000031",
"name": "John Doe",
"type": "CACC",
"alias": "USD Account",
"status": "enabled",
"createdAt": "2025-10-23T08:37:56.82357Z",
"updatedAt": "2025-10-23T08:38:00.939251Z"
}
},
"createdAt": "2025-10-23T08:38:00.976913Z",
"updatedAt": "2025-10-23T08:38:00.976913Z"
}