Reply to a Ticket
reply_to_a_ticketSend a public reply to a customer's ticket in Tidio, making the response visible to them. Provide the ticket ID, message content, and operator ID to deliver your reply.
Instructions
Send a public reply to a specific ticket in Tidio. This reply will be visible to the customer and sent to them.
Args: ticket_id (int): Required. The ID of the ticket to reply to. content (str): Required. The content of the reply. Can be HTML. operator_id (str): Required. The UUID of the operator who is sending the reply.
Returns: Dict: A dictionary with success status and created message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| ticket_id | Yes | ||
| operator_id | Yes |