Toggle pinned state of a note
Notes
Pin or Unpin a Note
Toggles whether a note is pinned. Any team member may toggle a pin (not just the author). Pinned notes sort to the top.
POST
Toggle pinned state of a note
Toggles whether a note is pinned. Pinned notes sort to the top of the list.Documentation Index
Fetch the complete documentation index at: https://docs.salesfinity.ai/llms.txt
Use this file to discover all available pages before exploring further.
Unlike editing and deleting, any team member may toggle a pin — not just the author.
Path Parameters
- id (required, string): Note ID, from List Notes.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
user_id | string | Yes | ID of the team member toggling the pin. Must be a member of the team that owns the API key. |
Example Request
Response (201)
Returns the updated note object with the newis_pinned, pinned_at, and pinned_by values.
Errors
| Status | Description |
|---|---|
| 404 | Note not found |
Authorizations
Path Parameters
Note ID
Body
application/json
ID of the team member toggling the pin. Must be a member of the team that owns the API key.
Example:
"507f1f77bcf86cd799439011"
Response
Pin toggled successfully
Example:
"507f1f77bcf86cd799439011"
Example:
"507f1f77bcf86cd799439012"
Note author. Populated when available; otherwise just the user ID under _id.
Plain text content of the note
Whether this note is pinned to the top
Contact this note is attached to (mutually exclusive with company)
Company this note is attached to (mutually exclusive with contact)