Freshdesk Get Ticket Comments

Get a Freshdesk ticket with all fields

The action gets a Freshdesk ticket comments. It calls the following Freshdesk endpoint: https://developers.freshdesk.com/api/#list_all_ticket_notes

Action Inputs

NameTypeDescription
KeyStringThe Freshdesk API Key. Read here how to find it.
Ticket IDStringThe ID of the ticket to retrieve fields for.
DomainStringThe Freshdesk subdomain. i.e. if the Freshdesk URL is company.freshdesk.com then the subdomain will be company

Action Outputs

NameTypeDescription
TicketObjectThe ticket object with all fields included.
SuccessBooleanWhether the ticket with all fields was found with success.