Skip to content

Zendesk Sell

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

Categories: crm

Type: zendeskSell/v1


Connections

Version: 1

Bearer Token

Properties

NameLabelTypeControl TypeDescriptionRequired
tokenTokenSTRINGTEXTtrue

Actions

Create Contact

Name: createContact

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

Properties

NameLabelTypeControl TypeDescriptionRequired
is_organizationIs Contact Represent an Organization?BOOLEANSELECTIs contact represent an organization or a single individual?true
nameNameSTRINGTEXTThe name of the organisation.false
first_nameFirst NameSTRINGTEXTThe first name of the person.false
last_nameLast NameSTRINGTEXTThe last name of the person.true
titleTitleSTRINGTEXTfalse
websiteWebsiteSTRINGTEXTfalse
emailEmailSTRINGEMAILfalse

Output

Type: OBJECT

Properties

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

Create Task

Name: createTask

Creates new task.

Properties

NameLabelTypeControl TypeDescriptionRequired
contentTask NameSTRINGTEXTtrue
due_dateDue DateDATEDATEfalse

Output

Type: OBJECT

Properties

NameTypeControl Type
data{INTEGER(id), STRING(content), DATE(due_date)}OBJECT_BUILDER
meta{STRING(type)}OBJECT_BUILDER