createSupportTicket
Open a new customer support ticket with customer ID, subject, and issue details. The system assigns a unique ticket ID and routes it to the support queue by priority.
Instructions
Open a new customer support ticket - Creates a new support incident or customer inquiry ticket in the CRM. Assigns a unique ticket ID and routes it to the support queue based on specified priority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Brief summary or title of the support issue (e.g., 'Database latency issue'). | |
| priority | No | Urgency priority level for the ticket routing. | normal |
| customerId | Yes | The customer ID associated with this support request (e.g., 'cust-001'). | |
| description | Yes | Detailed explanation of the customer issue, reproduction steps, or question. |