Add Internal Note
add_noteAdd an internal note to a support conversation for team-only visibility. Record context or hand off by specifying conversation ID and body, with the note never sent to the end-user.
Instructions
Add an INTERNAL note to a support conversation — visible only to your team, never sent to the end-user — and return the result. A write. Use it to record context or hand off; resolve conversation_id via list_conversations. conversation_id and body are required. For a public reply use reply_to_conversation instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Internal note text, teammates-only (required). | |
| conversation_id | Yes | Conversation id to note on, from list_conversations (required). |