Skip to main content
WEBHOOK
onCustomerCreated
{
  "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"
}
Beta Feature: This functionality is currently in beta. You may experience changes or limited support as we continue to improve it.

Body

application/json
customer
object
required
event
enum<string>
required
Available options:
customer.created

Response

OK