Freshservice is a cloud-based IT service management (ITSM) solution with incident management, asset management, and IT service automation capabilities
Tool to bulk update multiple Freshservice tickets by sequential update calls. Use when you need to update fields across many tickets in absence of a native bulk API.
Create a service request for a catalog item in Freshservice using the v2 API. The catalog item display_id can be found in Admin > Service Catalog by clicking on an item and checking the URL (e.g., /service_catalog/items/1 means display_id=1).
Tool to create a new ticket. Use when you need to log an incident or service request.
Tool to create a ticket via Freshservice tickets API. Freshservice does not support the Freshdesk-specific /tickets/outbound_email endpoint; this action will create a standard ticket using /api/v2/tickets while honoring provided fields (email, subject, description, status, priority, type, cc_emails, email_config_id).
Tool to list problem form fields. Use when you need to retrieve the form fields available for problems in a specific workspace.
Tool to list release form fields metadata. Use when you need to fetch release field definitions before building or validating release forms.