customers_update
Update an existing customer's details by providing only the fields to change. Uses customer ID to modify specified information.
Instructions
Update an existing customer. Only provided fields will be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer ID (required) | |
| business_name | No | Business name | |
| firstname | No | First name | |
| lastname | No | Last name | |
| No | Email address | ||
| phone | No | Phone number | |
| mobile | No | Mobile number | |
| address | No | Street address | |
| address_2 | No | Address line 2 | |
| city | No | City | |
| state | No | State | |
| zip | No | ZIP code | |
| notes | No | Notes | |
| get_sms | No | Receive SMS notifications | |
| opt_out | No | Opt out | |
| no_email | No | No email | |
| properties | No | Custom field values |