/freshdesk-solutions | Type: Application | PCID required: Yes
Tools
freshdesk_solutions_create_solution_article
Create a solution article Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
folder_id | integer | Yes | — | ID of the parent folder |
agent_id | integer | No | — | ID of the agent author |
description | string | Yes | — | HTML content of the article |
seo_data | object | No | — | SEO metadata |
status | integer | Yes | — | Status: 1=Draft, 2=Published |
tags | string[] | No | — | Tags to associate |
title | string | Yes | — | Title of the article |
type | integer | No | — | Type: 1=Permanent, 2=Workaround |
freshdesk_solutions_create_solution_category
Create a solution category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | The description value |
name | string | Yes | — | Name of the category |
visible_in_portals | integer[] | No | — | Portal IDs where this category should be visible |
freshdesk_solutions_create_solution_folder
Create a solution folder Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
category_id | integer | Yes | — | ID of the parent category |
company_ids | integer[] | No | — | Company IDs (required when visibility=4) |
description | string | No | — | The description value |
name | string | Yes | — | Name of the folder |
visibility | integer | Yes | — | Visibility: 1=All users, 2=Logged-in users, 3=Agents only, 4=Selected companies |
freshdesk_solutions_delete_solution_article
Delete a solution article Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the solution article to delete |
freshdesk_solutions_delete_solution_category
Delete a solution category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the solution category to delete |
freshdesk_solutions_delete_solution_folder
Delete a solution folder Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the solution folder to delete |
freshdesk_solutions_get_solution_article
Get a solution article Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the solution article |
freshdesk_solutions_get_solution_category
Get a solution category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the solution category |
freshdesk_solutions_get_solution_folder
Get a solution folder Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the solution folder |
freshdesk_solutions_list_solution_articles
List solution articles in a folder Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
folder_id | integer | Yes | — | ID of the parent folder |
freshdesk_solutions_list_solution_categories
List all solution categoriesfreshdesk_solutions_list_solution_folders
List solution folders in a category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
category_id | integer | Yes | — | ID of the parent category |
freshdesk_solutions_search_solution_articles
Search solution articles Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
term | string | Yes | — | Search keyword or phrase |
freshdesk_solutions_update_solution_article
Update a solution article Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the solution article to update |
agent_id | integer | No | — | ID of the agent author |
description | string | No | — | HTML content of the article |
seo_data | object | No | — | SEO metadata |
status | integer | No | — | Status: 1=Draft, 2=Published |
tags | string[] | No | — | Tags to associate |
title | string | No | — | Title of the article |
type | integer | No | — | Type: 1=Permanent, 2=Workaround |
freshdesk_solutions_update_solution_category
Update a solution category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the solution category to update |
description | string | No | — | The description value |
name | string | No | — | Name of the category |
visible_in_portals | integer[] | No | — | Portal IDs where this category should be visible |
freshdesk_solutions_update_solution_folder
Update a solution folder Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the solution folder to update |
company_ids | integer[] | No | — | Company IDs (required when visibility=4) |
description | string | No | — | The description value |
name | string | No | — | Name of the folder |
visibility | integer | No | — | Visibility: 1=All users, 2=Logged-in users, 3=Agents only, 4=Selected companies |

