Freshdesk
The Freshdesk integration allows you to create, update, and delete tickets; reply to and create notes for tickets as well as view Groups, Agents and Contacts.
Case Management · Freshdesk
Configuration parameters
url— Server URL (e.g., https://demistohelp.freshdesk.com) (required)token— API Token. (You must enter either the API token or your Freshdesk credentials)token_creds—insecure— Trust any certificate (not secure)proxy— Use system proxy settingsfetch_time— First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)credentials— UsernameisFetch— Fetch incidentsincidentType— Incident typemaxFetch— Maximum number of incidents per fetch.
Commands (14)
-
fd-create-ticketCreates a new Freshdesk ticket.
-
fd-create-ticket-noteCreates a note for a specified ticket. By default, notes are private. To make a note public, set the 'private' argument to false.
-
fd-delete-ticketDeletes a ticket.
-
fd-get-canned-response-folderView the details of all the Canned Responses in a Folder.
-
fd-get-contactView the details of the contact specified by the ID number.
-
fd-get-ticketGets details of a ticket, specified by the ticket ID number.
-
fd-get-ticket-conversationsLists all replies and notes for a specified ticket.
-
fd-list-agentsReturns a list of agents that match the filter criteria.
-
fd-list-canned-response-foldersList all Canned Response Folders (Only users with Admin Privileges).
-
fd-list-contactsList all contacts matching the specified filters. If no filters are provided then all unblocked and undeleted contacts will be returned.
-
fd-list-groupsLists all groups.
-
fd-search-ticketsReturns a list of all tickets that match the filter criteria. If no filters are specified, all tickets from the last 30 days are returned. Note that this command can consume multiple API credits - this can occur if the count of tickets resulting from your query exceeds 30 - in that instance this command makes additional calls to the API to retrieve additional tickets matching your query.
-
fd-ticket-replyAdds a reply to a specified ticket.
-
fd-update-ticketUpdate the ticket specified by the ID.