CustomerContact
A contact person at a customer company.
namestring
Full name of the contact.
emailstring<email>
Email address of the contact.
phonestring
Phone number including country code.
isPrimaryboolean
Whether this is the primary contact for the customer.
CustomerContact
{
"name": "string",
"email": "user@example.com",
"phone": "string",
"isPrimary": true
}