/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_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_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_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_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_product
Get a product Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | ID of the product |
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_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_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_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_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 |

