Zendesk Connector
Documentation
Version: 9
Documentation

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
__DynamicRequest__ This is a generic table. Use this to support Bulk read / write. You can supply Dynamic URL Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT generic_request
INSERT generic_request_bulk_write
UPDATE generic_request_bulk_write
UPSERT
DELETE
LOOKUP
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 get_organizations
INSERT post_organization
UPDATE put_organization
UPSERT upsert_organization
DELETE delete_organization
LOOKUP 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 get_tickets
INSERT post_ticket
UPDATE put_ticket
UPSERT
DELETE delete_ticket
LOOKUP 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 get_tickets
INSERT post_tickets
UPDATE put_tickets
UPSERT
DELETE delete_tickets
LOOKUP 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 get_users
INSERT post_user
UPDATE put_user
UPSERT upsert_user
DELETE delete_user
LOOKUP 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 get_users
INSERT upsert_users
UPDATE upsert_users
UPSERT upsert_users
DELETE delete_user
LOOKUP get_users_by_ids