Add Internal Note
add_noteRecord internal notes on support conversations visible only to your team. Use it to document context or hand-off without sending 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). |