schema.org.ai

zohodesk

Context-aware help desk software.

Extends: Technology

Zoho Desk

Context-aware help desk software.

Overview

Category: Support software

Context-aware help desk software.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Zoho Desk',
  category: 'Support software',
  description: 'Context-aware help desk software.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Zoho Desk",
  "applicationCategory": "Support software",
  "description": "Context-aware help desk software."
}