Skip to main content

CreateCustomerRequest

customer objectrequired
ksuidstring

ID of the customer

namestringrequired

The name of the customer.

emailstring

The email of the customer.

phonestring

Phone number for the customer.

whatsapp_group_statusstring

Status of this customer in the WhatsApp group.

biostring

Short description or biography for the customer.

ticketsobject[]

List of tickets associated with the customer.

versioninteger
CreateCustomerRequest
{
"customer": {
"ksuid": "string",
"name": "string",
"email": "string",
"phone": "string",
"whatsapp_group_status": "string",
"bio": "string",
"tickets": [
{}
],
"version": 0
}
}