Add Customer To GroupTool to add a customer to one or more customer groups.
Create CustomerTool to create a customer.
Create ThreadTool to create a new thread.
Delete CustomerTool to delete a customer from the system.
Delete UserTool to delete a user from the system.
Fetch CompanyTool to fetch company details by id.
Fetch IssuesTool to fetch external issue links for a customer.
Fetch TierTool to fetch a tier by its id.
Get Customer By EmailTool to fetch customer details by email.
Get Customer By IDTool to retrieve details of a specific customer by their unique id.
Get CustomersTool to fetch a list of customers.
Get Thread By IDTool to fetch details of a specific thread using its unique identifier.
Get User By IDTool to fetch user by id.
List ThreadsTool to list all threads.
List TiersTool to retrieve a list of tiers with pagination.
Create Customer GroupTool to create a new customer group.
List Customer GroupsTool to list all customer groups.
List ThreadsTool to retrieve a paginated list of threads.
Remove Customer From GroupTool to remove a customer from one or more customer groups.
Send MessageTool to send a new message within a thread.
Update CompanyTool to update an existing company's details.
Update ThreadTool to update a thread's title.
Upsert CustomerTool to upsert (create or update) a customer.