create-customer-contact
Add a contact to a customer record by providing customer ID, name, email, phone, and primary flag. Use to store and manage customer contact details in Zentria CRM.
Instructions
Create a contact on a customer (POST /api/public/customers/{customerId}/contacts). Scope: customers:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| No | |||
| phone | No | ||
| isPrimary | No | ||
| customerId | Yes | Customer id. |