Add a note to a session.
Notes are a special type of annotation that allow multiple entries per session. Each note gets a unique UUIDv4 identifier.
The parameters to add a session note.
The ID of the created note annotation.
Phoenix server >= 14.17.0
const result = await addSessionNote({ sessionNote: { sessionId: "my-session", note: "Needs review" }}); Copy
const result = await addSessionNote({ sessionNote: { sessionId: "my-session", note: "Needs review" }});
Add a note to a session.
Notes are a special type of annotation that allow multiple entries per session. Each note gets a unique UUIDv4 identifier.