zendesk.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Comments
list
comments.list
List comments for a specific ticket
Risk: read
Output
comments full type
comments full type
Tickets
create
tickets.create
Create a new ticket
Risk: write
comment full type
comment full type
ticket full type
ticket full type
delete
tickets.delete
Delete a ticket by its ID
Risk: destructive
Output
get
tickets.get
Retrieve a ticket by its ID
Risk: read
Output
ticket full type
ticket full type
list
tickets.list
List tickets with pagination
Risk: read
Output
tickets full type
tickets full type
update
tickets.update
Update an existing ticket
Risk: write
comment full type
comment full type
ticket full type
ticket full type
Users
create
users.create
Create a new user
Risk: write
Output
user full type
user full type
delete
users.delete
Delete a user by their ID
Risk: destructive
Output
get
users.get
Retrieve a user by their ID
Risk: read
Output
user full type
user full type
list
users.list
List users with pagination
Risk: read
Output
users full type
users full type
update
users.update
Update an existing user
Risk: write
Output
user full type
user full type