Create Ticket
ticket.createCreates a support ticket in the Cloudivo Ticket Engine by providing title, description, product, category, reporter, and source, with optional tags and priority to route and track issues effectively.
Instructions
Creates a ticket in the Cloudivo Ticket Engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| source | Yes | ||
| product | Yes | ||
| category | Yes | ||
| priority | No | ||
| reporter | Yes | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| success | Yes | ||
| ticketId | Yes | ||
| ticketNumber | Yes |