Skip to content

Zendesk Sell

Reference


Zendesk Sell is a sales CRM software that helps businesses manage leads, contacts, and deals efficiently.

Categories: [crm]

Version: 1


Connections

Version: 1

Bearer Token

Properties

NameTypeControl TypeDescription
TokenSTRINGTEXT

Actions

Create contact

Creates new contact. A contact may represent a single individual or an organization.

Properties

NameTypeControl TypeDescription
Is contact represent an organization?BOOLEANSELECTIs contact represent an organization or a single individual?
NameSTRINGTEXTThe name of the organisation.
First nameSTRINGTEXTThe first name of the person.
Last nameSTRINGTEXTThe last name of the person.
TitleSTRINGTEXT
WebsiteSTRINGTEXT
EmailSTRINGEMAIL

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), BOOLEAN(is_organization), STRING(title), STRING(website), STRING(email)}OBJECT_BUILDER
{INTEGER(version), STRING(type)}OBJECT_BUILDER

Create task

Creates new Task

Properties

NameTypeControl TypeDescription
Task nameSTRINGTEXT
Due DateDATEDATE

Output

Type: OBJECT

Properties

TypeControl Type
{INTEGER(id), STRING(content), DATE(due_date)}OBJECT_BUILDER
{STRING(type)}OBJECT_BUILDER