Zoho Desk
This directory contains the manifest-only connector for source-zoho-desk
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
client_id | string | Client ID. | |
client_secret | string | Client secret. | |
token_refresh_endpoint | string | Token Refresh Endpoint. | |
refresh_token | string | OAuth Refresh Token. | |
include_custom_domain | boolean | include Custom Domain. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
organization | id | No pagination | ✅ | ❌ |
all_organizations | id | No pagination | ✅ | ❌ |
accessible_organizations | No pagination | ✅ | ❌ | |
agent | No pagination | ✅ | ❌ | |
list_agents | id | DefaultPaginator | ✅ | ❌ |
agent_details_by_id | id | No pagination | ✅ | ❌ |
profiles | id | No pagination | ✅ | ❌ |
list_roles | id | DefaultPaginator | ✅ | ❌ |
teams | id | No pagination | ✅ | ❌ |
team_members | id | No pagination | ✅ | ❌ |
list_departments | DefaultPaginator | ✅ | ❌ | |
channels | code | No pagination | ✅ | ❌ |
list_tickets | id | DefaultPaginator | ✅ | ❌ |
list_all_threads | id | DefaultPaginator | ✅ | ❌ |
get_latest_thread | id | No pagination | ✅ | ❌ |
list_contacts | id | DefaultPaginator | ✅ | ❌ |
webhooks | No pagination | ✅ | ❌ | |
list_accounts | id | DefaultPaginator | ✅ | ❌ |
list_contracts | id | DefaultPaginator | ✅ | ❌ |
list_tasks | id | DefaultPaginator | ✅ | ❌ |
list_products | id | DefaultPaginator | ✅ | ❌ |
list_articles | id | No pagination | ✅ | ❌ |
list_events | id | DefaultPaginator | ✅ | ❌ |
modules | id | No pagination | ✅ | ❌ |
list_users | id | DefaultPaginator | ✅ | ❌ |
ticket_activities | id | DefaultPaginator | ✅ | ❌ |
list_attachments | DefaultPaginator | ✅ | ❌ | |
product | id | No pagination | ✅ | ❌ |
task_attachments | id | DefaultPaginator | ✅ | ❌ |
list_calls | id | DefaultPaginator | ✅ | ❌ |
call | id | No pagination | ✅ | ❌ |
list_call_comments | id | DefaultPaginator | ✅ | ❌ |
dashboard_created_tickets | No pagination | ✅ | ❌ | |
list_user_groups | id | DefaultPaginator | ✅ | ❌ |
dashboard_onhold_tickets | value | No pagination | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
Client ID
required
string
client_id
Client secret
required
string
client_secret
Token Refresh Endpoint
required
string
token_refresh_endpoint
OAuth Refresh Token
required
string
refresh_token
include Custom Domain
boolean
include_custom_domain