Zendesk Connector
Zendesk Connector Help
Version 8
ZappySys Logo File Version: v8
Supported Engine: 7

Tables for Zendesk Connector


On this page you will see possible API actions you can perform with Zendesk connector. We will refer this as API Table or just Table.

Name Description Supported Operations
Organizations No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_organizations
INSERT YES post_organization
UPDATE YES put_organization
UPSERT YES upsert_organization
DELETE YES delete_organization
LOOKUP YES get_organizations_by_ids
Tickets No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_tickets
INSERT YES post_ticket
UPDATE YES put_ticket
UPSERT NO
DELETE YES delete_ticket
LOOKUP YES get_tickets_by_ids
Tickets_Bulk No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_tickets
INSERT YES post_tickets
UPDATE YES put_tickets
UPSERT NO
DELETE YES delete_tickets
LOOKUP YES get_tickets_by_ids
Users No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_users
INSERT YES post_user
UPDATE YES put_user
UPSERT YES upsert_user
DELETE YES delete_user
LOOKUP YES get_users_by_ids
Users_Bulk No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_users
INSERT YES upsert_users
UPDATE YES upsert_users
UPSERT YES upsert_users
DELETE YES delete_user
LOOKUP YES get_users_by_ids