update_customer
Update an existing customer's contact details, delivery address, or notes in Chirak to keep records accurate.
Instructions
Update contact details, delivery address, or notes of an existing customer in Chirak.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer UUID (required). | |
| name | No | Updated full name. | |
| No | Updated email address. | ||
| notes | No | Updated notes. | |
| phone | No | Updated phone number. | |
| address | No | Updated address. | |
| channel | No | Updated channel. | |
| socialHandle | No | Updated social handle. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Result data payload from Chirak API. | |
| success | No | Status of the tool execution. |