create_csm_case
Create a new Customer Service case to track and resolve customer issues by providing details like summary, account, contact, category, priority, and description.
Instructions
Create a new Customer Service case (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_description | Yes | Brief summary of the customer issue | |
| account | No | Account name or sys_id | |
| contact | No | Contact name or sys_id (the person raising the case) | |
| category | No | Case category (e.g., "Product", "Billing", "Technical") | |
| subcategory | No | Case subcategory | |
| priority | No | 1=Critical, 2=High, 3=Moderate, 4=Low | |
| description | No | Detailed description of the customer issue | |
| product | No | Product or service sys_id related to the case | |
| assignment_group | No | CSM assignment group |