superops_tickets_add_note
Add a note to a ticket in SuperOps, with options to keep it internal or make it visible to the client.
Instructions
Add a note to a ticket. Can be internal or public (visible to client).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Note content | |
| isPublic | No | Whether the note is visible to the client (default: false) | |
| ticketId | Yes | The ticket ID |