create_view
Define a new ticket view in Zendesk by specifying conditions (AND/OR logic), output columns, grouping, and sort order to filter and organize tickets.
Instructions
Create a new ticket view. Pass conditions as an object with optional all and any arrays (Zendesk evaluates all as AND-logic, any as OR-logic). Each condition is {field, operator, value} per Zendesk's view conditions schema. Use output to control which columns appear, plus grouping and sort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | View title | |
| output | No | Columns, grouping, and sort order for view results. | |
| conditions | Yes | Conditions for the view | |
| description | No | View description |