create_ticket
Create a customer support ticket with customer name, email, subject, description, and priority to log and track issues.
Instructions
Create a new customer support ticket.
Args:
customer_name: Customer's full name.
customer_email: Customer's email address.
subject: Short description of the issue.
description: Detailed description of the problem.
priority: Ticket priority: low, medium, high, or urgent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| priority | No | medium | |
| description | Yes | ||
| customer_name | Yes | ||
| customer_email | Yes |