API Endpoint /api/v2/public/requester-custom-fields/ Method GET Request Data fetch requester custom fields meta info Get Requester Custom Fields * This endpoint is used to fetch requester custom fields meta info in Service Desk.[ { "id": 1, "name": "CCF 3", "help_text_for_ag…
Create Incident Form Customization How to configure and customize the create incident form? Incident Statuses How to configure and customize different statuses for the incidents, team wise Incident Priority Configuring priority for incidents Incident Custom Fields How to configure custom fields for incid…
This article explains the different sections of the account settings page and guide you through the process of making necessary configurations. You can tailor your service desk to align with your organisation's settings and branding requirements by customsing the Service Desk settings. Basic Settings tab 1. Navig…
The right section in the incident details page displays the following information in separate card(s). * Requester Information * Incident Information * Time Spent * Tags * App Integrations Requester Information The details of the requester who raised the incident will be displayed here. Following are the detai…
Product catalog is a one of the key component of IT Asset management (ITAM) which is a centralised repository where organisations can maintain the list of products, asset models and services they offer to their end-users. The product catalog in HappyFox Service Desk can be configured to include essential details suc…
Replying to Incidents Once an incident is reported, agents can work on the incidents and reply to the requesters using the Reply modal. Agents can initiate conversations, communicate any updates or followup by replying to the requester. These replies can also be sent to the other stakeholders related to the incident…
Get your support and development teams in sync with the powerful integration between HappyFox Service Desk and Azure DevOps! This article guides you through configuring this integration and provides details on how HappyFox Service Desk agents can create work items, link them to incidents and monitor work item activit…
The Asset Details page is structured as follows * Asset Details Card * Tabs * Related Information Section * Actions Asset Details Card The card provides a simple as well as quick view on the various properties of an asset in a simple card format. Below are the details that will be displayed in the card, * Ass…
Smart Rules in Service Desk provide an efficient way to automate tasks and streamline support operations. Smart Rules will help in automating administrative tasks within a support team, allowing agents to save time and focus on delivering quality customer support. This knowledge base explains the steps involved in c…
API Endpoint {account_url}/api/v2/public/incidents/{id}/reply/ Method PATCH Response Data Reply added to an Incident * This endpoint is used to add a reply to an incident. Sample Request { "message": "sample message", } Sample Response Success Response: Status code 200 { "id": 176, "time_spen…