Skip to main content

Typed access

Admin.Mail.Ticketing operations are reached via client.Api.Mail.Ticketing on EksoClient.
await client.Api.Mail.Ticketing.ListTicketingAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
GET/api/mail/ticketingLists all ticketing configurations for the current tenant.
GET/api/mail/ticketing/{id}Retrieves a single ticketing configuration by identifier.
GET/api/mail/ticketing/{id}/testRuns a test ticketing cycle for the specified configuration to verify end-to-end processing.
POST/api/mail/ticketingCreates a new ticketing configuration for processing incoming email into tickets.
PUT/api/mail/ticketing/{id}Updates an existing ticketing configuration.

See also