Skip to content

Freshdesk

Freshdesk is a cloud-based customer support software that helps businesses manage customer queries and tickets efficiently.

Categories: customer-support

Type: freshdesk/v1


Connections

Version: 1

Basic Auth

Properties

NameLabelTypeControl TypeDescriptionRequired
domainDomainSTRINGTEXTYour helpdesk domain name, e.g. https://{your_domain}.freshdesk.com/api/v2true
usernameAPI keySTRINGTEXTtrue

Actions

Create Company

Name: createCompany

Creates a new company

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemCompany{STRING(name), STRING(description), STRING(note)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{NUMBER(id), STRING(name), STRING(description), STRING(note)}OBJECT_BUILDER

Create Contact

Name: createContact

Creates a new contact

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemContact{STRING(name), STRING(email), STRING(phone), STRING(mobile), STRING(description), STRING(job_title)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(description), STRING(email), NUMBER(id), STRING(job_title)}OBJECT_BUILDER

Create Ticket

Name: createTicket

Creates a new ticket

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemTicket{STRING(subject), STRING(email), STRING(description), INTEGER(priority), INTEGER(status)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(subject), STRING(email), STRING(description), INTEGER(priority), INTEGER(status)}OBJECT_BUILDER

Triggers