Create Ticket
create_ticketCreate a customer support ticket in Tidio by providing contact email, subject, message content, and an optional department assignment. Returns the generated ticket ID.
Instructions
Create a new ticket in Tidio. This tool creates a ticket from a customer's perspective.
Args: contact_email (str): Required. Email of the customer creating the ticket. subject (str): Required. Subject of the ticket. message_content (str): Required. Ticket message content from the customer. assigned_department_id (str, optional): UUID of assigned department. When not provided, the General department is assigned as default.
Returns: Dict: A dictionary containing the created ticket ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| contact_email | Yes | ||
| message_content | Yes | ||
| assigned_department_id | No |