add_internal_note
Post internal notes on support threads. Notes are visible only to the support team, not customers, and are used for investigation summaries, findings, and recommendations.
Instructions
Post an internal note on a thread. Internal notes are visible to the support team only and are NOT sent to the customer. Use this to post investigation summaries, findings, and recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Plain-text version of the note. Required by Plain's CreateNoteInput; defaults to the markdown content if omitted. | |
| markdown | Yes | Markdown content for the internal note | |
| threadId | Yes | The ID of the thread to add a note to | |
| customerId | No | Customer ID for the note. Required by Plain's CreateNoteInput; if omitted, the server fetches it from the thread. |