Connect Zoho Desk to your AI agents.

Connect Zoho Desk data to AI agents with Combined. Explore organization, all organizations, accessible organizations, source setup, MCP access and read-only business queries.

Put Zoho Desk records to work in the agent you already use. Combined syncs business data into a managed data layer and exposes scoped, read-only queries through MCP.

Start with 5 million MAR without a card; usage after the trial is $5 per million MAR, with no monthly minimum. Combined offers 1,125 connectors across catalog sources and connectors generated through desktop automation.

How to connect Zoho Desk to Combined

  1. Add your source. Open Connected Apps in Combined and select Zoho Desk. Use the account or workspace that contains the records you want to analyze.
  2. Authorize access. Complete the connection flow and choose the required permissions. The setup reference below shows the upstream source's configurable fields; the Combined flow may handle some of them for you.
  3. Select datasets and sync. Choose the relevant data, set any available history filters, and wait for the first successful sync.
  4. Grant your agent access. Use the Set up or Access workspace to connect your agent through MCP and scope it to the sources it needs.
  5. Ask a first question. Discover the synced schema, check freshness, and run a bounded read-only query. Then add another source for a cross-app analysis.

The onboarding guide covers the workspace flow. Prepare these Zoho Desk settings before connecting:

Zoho Desk source setup reference
SettingWhen neededInput
Client IDRequired by source schemaCredential entered in the connection flow
Client secretRequired by source schemaCredential entered in the connection flow
include Custom DomainOptionalboolean
OAuth Refresh TokenRequired by source schemaCredential entered in the connection flow
Token Refresh EndpointRequired by source schemastring

Authentication choices are alternatives. Supply the settings for your selected method; enter credentials in the connection flow, rather than in an agent prompt.

Zoho Desk datasets you can evaluate

This reference comes from the upstream source catalog and connector definition, version 0.0.60. Your account permissions, selected streams and successful sync determine what your agent can query. Discover the actual table and field names in Combined before writing SQL.

Zoho Desk dataset and schema reference
DatasetRecord keyUpdate fieldExample fields
organizationidInspect sync configurationcity, companyName, country, currencyCode, currencyLocale (25 fields in reference)
all_organizationsidInspect sync configurationcity, companyName, country, currencyCode, currencyLocale (25 fields in reference)
accessible_organizationsInspect schemaInspect sync configurationcity, companyName, country, currencyCode, currencyLocale (25 fields in reference)
agentInspect schemaInspect sync configurationaboutInfo, associatedChatDepartmentIds, associatedDepartmentIds, cf, channelExpert (23 fields in reference)
list_agentsidInspect sync configurationaboutInfo, associatedChatDepartmentIds, associatedDepartmentIds, cf, channelExpert (23 fields in reference)
agent_details_by_ididInspect sync configurationaboutInfo, associatedDepartmentIds, channelExpert, emailId, extn (17 fields in reference)
profilesidInspect sync configurationtype, description, default, id, isVisible (7 fields in reference)
list_rolesidInspect sync configurationdescription, id, immediateSubRoles, isDefault, isVisible (8 fields in reference)
teamsidInspect sync configurationdescription, agents, departmentId, derivedAgents, id (9 fields in reference)
team_membersidInspect sync configurationemailId, firstName, id, lastName, photoURL (8 fields in reference)
list_departmentsInspect schemaInspect sync configurationdata
channelscodeInspect sync configurationtype, acceptsReplies, code, name, replyConfig
list_ticketsidInspect sync configurationassigneeId, channel, commentCount, contactId, createdTime (24 fields in reference)
list_all_threadsidInspect sync configurationactions, attachmentCount, author, bcc, canReply (22 fields in reference)
get_latest_threadidInspect sync configurationactions, attachmentCount, attachments, author, bcc (25 fields in reference)
list_contactsidInspect sync configurationaccountCount, accountId, createdTime, customerHappiness, email (15 fields in reference)
webhooksInspect schemaInspect sync configurationtype, description, createdBy, createdTime, id (11 fields in reference)
list_accountsidInspect sync configurationaccountName, createdTime, customerHappiness, email, id (8 fields in reference)
list_contractsidInspect sync configurationaccountId, associatedSLAId, contractName, contractStatus, departmentId (9 fields in reference)
list_tasksidInspect sync configurationactivityTime, contactId, createdTime, creatorId, departmentId (20 fields in reference)
list_productsidInspect sync configurationid, productCode, productName, unitPrice
list_articlesidInspect sync configurationattachmentCount, author, authorId, availableLocaleTranslations, category (42 fields in reference)
list_eventsidInspect sync configurationactivityTime, category, contactId, createdTime, creatorId (20 fields in reference)
modulesidInspect sync configurationapiName, createdTime, displayLabel, hasRecycleBin, id (11 fields in reference)
list_usersidInspect sync configurationemailAddress, id, lastAccessedTime, name, status (6 fields in reference)
ticket_activitiesidInspect sync configurationactivityTime, activityType, completedTime, contactId, createdTime (24 fields in reference)
list_attachmentsInspect schemaInspect sync configurationdata
productidInspect sync configurationcf, createdBy, createdTime, customFields, departmentIds (16 fields in reference)
task_attachmentsidInspect sync configurationcreatedTime, creatorId, href, id, name (6 fields in reference)
list_callsidInspect sync configurationactivityTime, completedTime, contactId, createdTime, creatorId (22 fields in reference)
callidInspect sync configurationdescription, activityTime, cf, completedTime, contactId (25 fields in reference)
list_call_commentsidInspect sync configurationattachments, commentedTime, commenter, commenterId, content (9 fields in reference)
dashboard_created_ticketsInspect schemaInspect sync configurationavg, groupedBy, ticketCount, totalTicketCount
list_user_groupsidInspect sync configurationaddedTime, helpCenterId, id, logoUrl, name (6 fields in reference)
dashboard_onhold_ticketsvalueInspect sync configurationcount, value

A cursor tracks changes for a source stream. It is not automatically the right date for a business metric: invoice date, close date and record-update date can answer different questions.

Useful Zoho Desk questions for your AI agent

Start with the datasets you have granted. These prompts turn the referenced schema into checks and summaries; the agent should verify each field against your synced data.

  • Count distinct organization using id and check for duplicate keys.
  • Count distinct all organizations using id and check for duplicate keys.
  • Describe the accessible organizations fields, then count the available records and identify a useful grouping field.
  • Describe the agent fields, then count the available records and identify a useful grouping field.

Combine Zoho Desk with another business app

Connect the second source, identify a maintained customer, account or project mapping, and aggregate each dataset before joining. Keep unmatched records visible and define the reporting window. The CRM-and-billing worked example includes runnable SQL demonstrating how a many-to-many join can double the result.

Use Zoho Desk data in Claude Code, Cursor or another MCP client

Once the source is synced, the agent connects to Combined's MCP interface. Use the generated account-specific configuration from your workspace, keep credentials local, and grant only the sources needed for the task. Follow the Claude Code walkthrough or the MCP setup reference.

Use Combined to analyze my Zoho Desk data.
List my granted sources, discover the datasets and describe their fields.
Look for datasets corresponding to organization, all_organizations, accessible_organizations, agent, list_agents, agent_details_by_id.
Check the last successful sync and report the available date coverage.
Propose three useful questions based on the fields actually available.
For the question I choose, run read-only SQL over the complete matching dataset.
Use a bounded result; include source names, time window and query receipt.
Ask for a missing join key or metric definition instead of inventing one.

Download this Zoho Desk guide as Markdown to use alongside your agent instructions.

Which Zoho Desk connection fits the task?

Managed data for complete questions across apps

Choose Combined when you want to analyze synced records, calculate totals, or join Zoho Desk with other business data without operating a separate ingestion and query stack. The agent works with your source grants and read-only SQL access.

Application tools for live operations

For a task that must change Zoho Desk immediately, evaluate its available API, native agent tools or desktop workflow. Keep application-action permissions separate from read-only analytics access. A live lookup and an aggregate over synced history solve different jobs.

Desktop-generated connectors for workflows beyond the catalog

Combined's 1,125-connector coverage includes connections generated through computer use. Choose this route when the workflow depends on an application's desktop or browser interface, and establish the fields, access and refresh behavior for that connection.

Read the direct MCP versus managed data comparison and compare business-data MCP options.

Troubleshoot your Zoho Desk connection

  • Authorization fails: check the selected authentication method, credential validity, source permissions and target account.
  • The wrong records appear: verify the workspace, account, project or domain selected in the source settings.
  • A dataset is absent: check whether it is enabled and permitted for your account, then inspect discovery and sync status.
  • The agent cannot query it: confirm the source is included in the agent's grant and that its sync succeeded.
  • A total looks wrong: inspect record keys, duplicate rows, time zones, currencies and join fanout before changing the prompt.

Source details reviewed September 10, 2026. Zoho Desk upstream connector documentation · Versioned connector definition. See also Combined Sources and data freshness for AI agents.