Skip to content

Freshdesk

Reference


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

Categories: [customer-support]

Version: 1


Connections

Version: 1

Basic Auth

Properties

NameTypeControl TypeDescription
DomainSTRINGTEXTYour helpdesk domain name, e.g. https://{your_domain}.freshdesk.com/api/v2
API keySTRINGTEXT

Triggers


Actions

Create company

Creates a new company

Properties

NameTypeControl TypeDescription
Company{STRING(name), STRING(description), STRING(note)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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

Create contact

Creates a new contact

Properties

NameTypeControl TypeDescription
Contact{STRING(name), STRING(email), STRING(phone), STRING(mobile), STRING(description), STRING(job_title)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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

Create ticket

Creates a new ticket

Properties

NameTypeControl TypeDescription
Ticket{STRING(subject), STRING(email), STRING(description), INTEGER(priority), INTEGER(status)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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