{
"customer": {
"id": "<string>",
"name": "<string>",
"externalIds": [
{
"type": "ALJEX",
"value": "<string>"
}
],
"contacts": [
{
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>",
"customerId": "<string>",
"carrierId": "<string>"
}
]
},
"event": "customer.created"
}Sent by Vooma to your server when a customer is created.
{
"customer": {
"id": "<string>",
"name": "<string>",
"externalIds": [
{
"type": "ALJEX",
"value": "<string>"
}
],
"contacts": [
{
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>",
"customerId": "<string>",
"carrierId": "<string>"
}
]
},
"event": "customer.created"
}