schema.org.ai

Smartsheet

Work management and automation platform.

Extends: Technology

Smartsheet

Work management and automation platform.

Overview

Category: Productivity software

Work management and automation platform.

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: 'Smartsheet',
  category: 'Productivity software',
  description: 'Work management and automation platform.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Smartsheet",
  "applicationCategory": "Productivity software",
  "description": "Work management and automation platform."
}