superchat_get_conversation_note
Retrieve a specific internal note from a Superchat conversation by providing the conversation ID and note ID. Use it to access team notes without fetching customer messages.
Instructions
Read one internal note from a conversation by note ID. This does not retrieve a customer message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Internal note ID, for example one returned by list_conversation_notes. | |
| conversation_id | Yes | Conversation ID containing the note. |