customer_notes_create
Add a note to a customer record using internal ID or external ID. Requires note text; optionally specify site, manager, or author.
Instructions
Add a note to a customer (by id or externalId). Returns {success, id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site (store) symbolic code. Required on create/edit when the API key is scoped to multiple sites (see list_sites). | |
| text | Yes | Note text | |
| manager_id | No | Author manager ID | |
| customer_id | No | Customer RetailCRM ID the note attaches to | |
| customer_external_id | No | Customer externalId (alternative to customer_id) |