Freshdesk
freshdeskFreshdesk provides customer support software with ticketing, knowledge base, and automation features for efficient helpdesk operations and better customer experiences
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create TicketFRESHDESK_CREATE_TICKETAcciónCreates a new ticket in freshdesk.
FRESHDESK_CREATE_TICKETAcciónCreates a new ticket in freshdesk.
Parámetros de entrada
namestringName of the requester
tagsarrayTags that have been associated with the ticket
emailstringEmail address of the requester
phonestringPhone number of the requester
due_bystringTimestamp that denotes when the ticket is due to be resolved
sourceintegerThe channel through which the ticket was created
statusintegerStatus of the ticket
subjectstringObligatorioSubject of the ticket
group_idintegerID of the group to which the ticket has been assigned
priorityintegerPriority of the ticket
cc_emailsarrayEmail addresses added in the 'cc' field of the incoming ticket email
fr_due_bystringTimestamp that denotes when the first response is due
company_idintegerCompany ID of the requester
product_idintegerID of the product linked to the ticket
twitter_idstringTwitter handle of the requester
attachmentsarrayTicket attachments
descriptionstringObligatorioHTML content of the ticket
facebook_idstringFacebook ID of the requester
requester_idintegerUser ID of the requester
responder_idintegerID of the agent to whom the ticket has been assigned
custom_fieldsobjectKey value pairs containing the names and values of custom fields
email_config_idintegerID of email config which is used for this ticket
lookup_parameterstringLookup field for custom objects
internal_agent_idintegerID of the internal agent which the ticket should be assigned with
internal_group_idintegerID of the internal group to which the ticket should be assigned with
unique_external_idstringExternal ID of the requester
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete TicketFRESHDESK_DELETE_TICKETAcciónDeletes an existing ticket in freshdesk.
FRESHDESK_DELETE_TICKETAcciónDeletes an existing ticket in freshdesk.
Parámetros de entrada
ticket_idintegerObligatorioID of the ticket to be deleted
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TicketsFRESHDESK_GET_TICKETSAcciónRetrieves a list of tickets from freshdesk.
FRESHDESK_GET_TICKETSAcciónRetrieves a list of tickets from freshdesk.
Parámetros de entrada
pageintegerPage number to retrieve
emailstringFilter tickets by requester email
filterstringPredefined filter to apply. Possible values include 'new_and_my_open', 'watching', 'spam', 'deleted', etc.
statusintegerFilter tickets by status. E.g., 2 for Open, 3 for Pending, etc.
sort_bystringField to sort tickets by, e.g., 'created_at'
agent_idintegerFilter tickets by agent ID
group_idintegerFilter tickets by group ID
per_pageintegerNumber of tickets per page
priorityintegerFilter tickets by priority. E.g., 1 for Low, 2 for Medium, etc.
sort_orderstringOrder of sorting: 'asc' or 'desc'
requester_idintegerFilter tickets by requester ID
created_sincestringdate-timeRetrieve tickets created since this timestamp. Format: YYYY-MM-DDTHH:MM:SSZ
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All TicketsFRESHDESK_LIST_ALL_TICKETSAcciónLists all tickets in freshdesk.
FRESHDESK_LIST_ALL_TICKETSAcciónLists all tickets in freshdesk.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reply to TicketFRESHDESK_REPLY_TICKETAcciónReplies to an existing ticket in freshdesk.
FRESHDESK_REPLY_TICKETAcciónReplies to an existing ticket in freshdesk.
Parámetros de entrada
bodystringObligatorioContent of the reply
cc_emailsstring[]List of email addresses to be CC'd
ticket_idintegerObligatorioID of the ticket to reply to
bcc_emailsstring[]List of email addresses to be BCC'd
attachmentsstring[]List of attachment file URLs or paths
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update TicketFRESHDESK_UPDATE_TICKETAcciónUpdates an existing ticket in freshdesk.
FRESHDESK_UPDATE_TICKETAcciónUpdates an existing ticket in freshdesk.
Parámetros de entrada
namestringName of the requester
tagsarrayTags that have been associated with the ticket
typestringObligatorioType of the ticket
emailstringEmail address of the requester
phonestringPhone number of the requester
due_bystringTimestamp that denotes when the ticket is due to be resolved
sourceintegerThe channel through which the ticket was created
statusintegerStatus of the ticket
subjectstringObligatorioSubject of the ticket
group_idintegerID of the group to which the ticket has been assigned
priorityintegerPriority of the ticket
fr_due_bystringTimestamp that denotes when the first response is due
parent_idintegerID of the parent ticket that this ticket should be linked to
ticket_idintegerObligatorioID of the ticket to be updated
company_idintegerCompany ID of the requester
product_idintegerID of the product linked to the ticket
twitter_idstringTwitter handle of the requester
attachmentsarrayTicket attachments
descriptionstringHTML content of the ticket
facebook_idstringFacebook ID of the requester
requester_idintegerUser ID of the requester
responder_idintegerID of the agent to whom the ticket has been assigned
custom_fieldsobjectKey value pairs containing the names and values of custom fields
email_config_idintegerID of email config which is used for this ticket
lookup_parameterstringLookup field for custom objects
internal_agent_idintegerID of the internal agent which the ticket should be assigned with
internal_group_idintegerID of the internal group to which the ticket should be assigned with
unique_external_idstringExternal ID of the requester
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
View TicketFRESHDESK_VIEW_TICKETAcciónViews an existing ticket in freshdesk.
FRESHDESK_VIEW_TICKETAcciónViews an existing ticket in freshdesk.
Parámetros de entrada
ticket_idintegerObligatorioID of the ticket to be viewed
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not