/freshdesk-support | Type: Application | PCID required: Yes
Tools
freshdesk_support_create_canned_response
Create a canned response Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | Yes | — | HTML content of the response |
folder_id | integer | Yes | — | ID of the folder to place the response in |
title | string | Yes | — | Title of the canned response |
freshdesk_support_create_comment
Create a comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
topic_id | integer | Yes | — | ID of the topic to comment on |
attachments | string[] | No | — | Attachments for the comment |
body | string | Yes | — | HTML content of the comment |
freshdesk_support_create_discussion_category
Create a discussion category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | Description of the category |
name | string | Yes | — | Name of the category |
freshdesk_support_create_forum
Create a forum Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
category_id | integer | Yes | — | ID of the parent discussion category |
description | string | No | — | Description of the forum |
forum_type | integer | Yes | — | Type: 1=How To, 2=Ideas, 3=Problems, 4=Announcements |
forum_visibility | integer | No | — | Visibility: 1=All, 2=Logged in, 3=Agents, 4=Select companies |
name | string | Yes | — | Name of the forum |
freshdesk_support_create_product
Create a product Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | The description value |
name | string | Yes | — | Name of the product |
primary_email | string | No | — | Primary support email |
freshdesk_support_create_satisfaction_rating
Create a satisfaction rating Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ticket_id | integer | Yes | — | ID of the ticket to rate |
feedback | string | No | — | Optional feedback text |
rating | integer | Yes | — | Rating value (depends on survey scale configured) |
freshdesk_support_create_time_entry
Create a time entry for a ticket Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ticket_id | integer | Yes | — | ID of the ticket |
agent_id | integer | No | — | ID of the agent (defaults to current agent) |
billable | boolean | No | — | Whether billable |
executed_at | string | No | — | When the work was performed |
note | string | No | — | Note about the work |
time_spent | string | Yes | — | Time spent in hh:mm format (e.g., ‘01:30’) |
freshdesk_support_create_topic
Create a topic Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
forum_id | integer | Yes | — | ID of the parent forum |
locked | boolean | No | — | Whether to lock the topic |
message | string | Yes | — | HTML content of the topic body |
sticky | boolean | No | — | Whether to pin the topic |
title | string | Yes | — | Title of the topic |
freshdesk_support_delete_comment
Delete a comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the comment to delete |
freshdesk_support_delete_discussion_category
Delete a discussion category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the discussion category to delete |
freshdesk_support_delete_forum
Delete a forum Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the forum to delete |
freshdesk_support_delete_product
Delete a product Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the product to delete |
freshdesk_support_delete_time_entry
Delete a time entry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the time entry to delete |
freshdesk_support_delete_topic
Delete a topic Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the topic to delete |
freshdesk_support_get_canned_response
Get a canned response Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the canned response |
freshdesk_support_get_canned_response_folder
Get a canned response folder Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the canned response folder |
freshdesk_support_get_discussion_category
Get a discussion category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the discussion category |
freshdesk_support_get_forum
Get a forum Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the forum |
freshdesk_support_get_product
Get a product Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the product |
freshdesk_support_get_topic
Get a topic Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the topic |
freshdesk_support_list_canned_response_folders
List all canned response foldersfreshdesk_support_list_canned_responses_in_folder
List canned responses in a folder Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the canned response folder |
freshdesk_support_list_comments
List comments on a topic Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
topic_id | integer | Yes | — | ID of the topic |
freshdesk_support_list_discussion_categories
List discussion categoriesfreshdesk_support_list_forums
List forums in a category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
category_id | integer | Yes | — | ID of the discussion category |
freshdesk_support_list_products
List all products Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number for pagination |
per_page | integer | No | — | Number of results per page (max 100) |
freshdesk_support_list_satisfaction_ratings
List satisfaction ratings Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
created_since | string | No | — | Return ratings created since this date-time (ISO 8601) |
page | integer | No | — | Page number for pagination |
per_page | integer | No | — | Number of results per page (max 100) |
freshdesk_support_list_surveys
List CSAT surveysfreshdesk_support_list_ticket_time_entries
List time entries for a ticket Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ticket_id | integer | Yes | — | ID of the ticket |
freshdesk_support_list_time_entries
List all time entries Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
company_id | integer | No | — | Filter by company ID |
agent_id | integer | No | — | Filter by agent ID |
executed_before | string | No | — | Filter time entries executed before this date (ISO 8601) |
executed_after | string | No | — | Filter time entries executed after this date (ISO 8601) |
billable | boolean | No | — | Filter by billable status (true or false) |
page | integer | No | — | Page number for pagination |
per_page | integer | No | — | Number of results per page (max 100) |
freshdesk_support_list_topics
List topics in a forum Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
forum_id | integer | Yes | — | ID of the forum |
freshdesk_support_update_canned_response
Update a canned response Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the canned response to update |
content | string | No | — | HTML content of the response |
folder_id | integer | No | — | ID of the folder to place the response in |
title | string | No | — | Title of the canned response |
freshdesk_support_update_comment
Update a comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the comment to update |
attachments | string[] | No | — | Attachments for the comment |
body | string | No | — | HTML content of the comment |
freshdesk_support_update_discussion_category
Update a discussion category Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the discussion category to update |
description | string | No | — | Description of the category |
name | string | No | — | Name of the category |
freshdesk_support_update_forum
Update a forum Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the forum to update |
description | string | No | — | Description of the forum |
forum_type | integer | No | — | Type: 1=How To, 2=Ideas, 3=Problems, 4=Announcements |
forum_visibility | integer | No | — | Visibility: 1=All, 2=Logged in, 3=Agents, 4=Select companies |
name | string | No | — | Name of the forum |
freshdesk_support_update_product
Update a product Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the product to update |
description | string | No | — | The description value |
name | string | No | — | Name of the product |
primary_email | string | No | — | Primary support email |
freshdesk_support_update_time_entry
Update a time entry Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the time entry to update |
agent_id | integer | No | — | Agent ID |
billable | boolean | No | — | Whether billable |
executed_at | string | No | — | When the work was performed |
note | string | No | — | The note value |
time_spent | string | No | — | Time spent in hh:mm format |
freshdesk_support_update_topic
Update a topic Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the topic to update |
locked | boolean | No | — | Whether to lock the topic |
message | string | No | — | HTML content of the topic body |
sticky | boolean | No | — | Whether to pin the topic |
title | string | No | — | Title of the topic |

