Skip to content

Add Customer Note

EndpointMethod
/api/admin/customers/{customerId}/notesPOST

Request Body

FieldTypeRequiredDescription
notestringyesNon-empty. Empty → 422.
customer_notifiedbooleannoWhen true, fires the customer notification email listener.

Append-only

Notes are append-only. There is no update/delete endpoint — every note is a separate row for audit.

Permission: customers.customers.edit.

Released under the MIT License.