Create Contact Note
Contacts
Create Contact Note
Create a note attached to a specific contact
POST
Create Contact Note
Request
Path Parameters
Contact ID (UUID)
Body Parameters
Note title
Note content (max 10,000 characters)
Headers
Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Missing title |
| 404 | not_found | Contact not found |
| 403 | insufficient_permissions | Missing contacts:write permission |