{
"customer": {
"id": "<string>",
"name": "<string>",
"externalIds": [
{
"value": "<string>"
}
],
"contacts": [
{
"carrierId": "<string>",
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>"
}
]
},
"event": "customer.created"
}Customers
On Customer Created
Sent by Vooma to your server when a customer is created.
WEBHOOK
onCustomerCreated
{
"customer": {
"id": "<string>",
"name": "<string>",
"externalIds": [
{
"value": "<string>"
}
],
"contacts": [
{
"carrierId": "<string>",
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>"
}
]
},
"event": "customer.created"
}
