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
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
token | Token | STRING | TEXT | true |
Actions
Create Contact
Name: createContact
Creates new contact. A contact may represent a single individual or an organization.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
is_organization | Is Contact Represent an Organization? | BOOLEAN | SELECT | Is contact represent an organization or a single individual? | true |
name | Name | STRING | TEXT | The name of the organisation. | false |
first_name | First Name | STRING | TEXT | The first name of the person. | false |
last_name | Last Name | STRING | TEXT | The last name of the person. | true |
title | Title | STRING | TEXT | false | |
website | Website | STRING | TEXT | false | |
STRING | false |
Output
Type: OBJECT
Properties
Name | Type | Control 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
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
content | Task Name | STRING | TEXT | true | |
due_date | Due Date | DATE | DATE | false |
Output
Type: OBJECT
Properties
Name | Type | Control Type |
---|---|---|
data | {INTEGER(id), STRING(content), DATE(due_date)} | OBJECT_BUILDER |
meta | {STRING(type)} | OBJECT_BUILDER |