Add internal note to a Ticket
add_internal_note_to_a_ticketAdd an internal note to a Tidio ticket, visible only to operators, enabling private team collaboration without sending notes to the customer.
Instructions
Add an internal note to a specific ticket in Tidio. This note is only visible to operators and not sent to the customer.
Args: ticket_id (int): Required. The ID of the ticket to add a note to. content (str): Required. The content of the internal note. Must be plain text. operator_id (str): Required. The UUID of the operator who is adding the note.
Returns: Dict: A dictionary with success status and created message ID.
Raises: ValueError: If any of the provided arguments have invalid values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| ticket_id | Yes | ||
| operator_id | Yes |