ServiceNow
Enterprise cloud platform for IT service management.
Extends: Technology
ServiceNow
Enterprise cloud platform for IT service management.
Overview
Category: Support software
Enterprise cloud platform for IT service management.
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: 'ServiceNow',
category: 'Support software',
description: 'Enterprise cloud platform for IT service management.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "ServiceNow",
"applicationCategory": "Support software",
"description": "Enterprise cloud platform for IT service management."
}