schema.org.ai

freshdesk

Cloud-based customer support software with ticketing and automation.

Extends: Technology

Freshdesk

Cloud-based customer support software with ticketing and automation.

Overview

Category: Support software

Cloud-based customer support software with ticketing and automation.

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: 'Freshdesk',
  category: 'Support software',
  description: 'Cloud-based customer support software with ticketing and automation.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Freshdesk",
  "applicationCategory": "Support software",
  "description": "Cloud-based customer support software with ticketing and automation."
}