Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Free-form text attached to a person, company, or deal.
GET
/notes
POST
/notes/:id
PATCH
DELETE
id
parent_object_type
person
company
deal
parent_object_id
body
created_at
curl -X POST $SALTY_API/notes \ -H "Authorization: Bearer $SALTY_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "parent_object_type": "person", "parent_object_id": "<person-uuid>", "body": "first call: good fit" }'
400 parent_not_found
400 invalid_parent_type