Create customer
create_customerAdd a new customer to your booking system by providing a name and either email or phone. Prevents duplicate emails by rejecting existing addresses.
Instructions
Add a new customer. Requires a name and at least an email or phone. Fails if the email already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| No | |||
| notes | No | Preferences, allergies to products, etc. | |
| phone | No |