Support Tickets

Section: Operations
URL: /admin/tickets
Page title: (2) Tichete suport

Overview

The Support Tickets module is your help desk: clients (or staff) submit tickets, agents reply, statuses track resolution, and SLAs measure performance.

Business value

Help desk for inbound customer issues (and internal requests). Tracks status, agent, priority, SLAs, replies — with predefined templates and a public knowledge base for self-service deflection.

Typical use cases:

At a glance

Support Tickets — top of page

Accessing this module

From the admin sidebar, navigate to Support Tickets, or open the URL directly:

/admin/tickets

List view

The list view shows existing support tickets records. Use it to search, filter, sort, and bulk-act on items.

Support Tickets — full list view

Create / edit form

Open the create form to add a new support tickets record. Editing an existing record uses the same form pre-populated with current values.

Support Tickets — create form

Common actions

  1. View existing records — open Support Tickets from the sidebar to see the list view.
  2. Search and filter — use the search box and column filters to find records.
  3. Create a new record — click the Add / New button (or follow the "Create" URL above) and fill in the required fields.
  4. Edit a record — click a row to open the detail view, then use the edit action.
  5. Delete a record — use the row's delete action; deletion may be soft or hard depending on the module.
  6. Bulk operations — select multiple rows via the checkboxes and apply a bulk action from the toolbar (export, delete, status change, etc., where supported).

API

This module is available via the REST API.

Authentication. All API requests require the header authtoken: <token> (generate one at /admin/api/api_management). Base URL. https://your-domain.tld/api/

Key endpoints:

Method Path Purpose
POST {{base_url}}tickets Add New Ticket
GET {{base_url}}tickets/:id Get One Ticket
GET {{base_url}}tickets/search/:value Search Ticket Information
PUT {{base_url}}tickets/:id Update a Ticket
DELETE {{base_url}}delete/tickets/:id Delete Ticket

See the full payload schemas, query parameters, and example responses in the API reference (`Tickets`).


Captured: 2026-05-10T09:51:26.776Z · Source: demo.crmconnect.io/admin/tickets