Create client
acuity_create_clientCREATES a new client record in the account's client list. This ADDS data to the account. Acuity REST: POST /clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Client email. | ||
| notes | No | Notes about the client. | |
| phone | No | Client phone number. | |
| lastName | Yes | Client last name (required). | |
| firstName | Yes | Client first name (required). |