schema.org.ai

salesforce

Customer relationship management platform for managing sales, service, and marketing operations.

Extends: Technology

Salesforce

Customer relationship management platform for managing sales, service, and marketing operations.

Overview

Category: CRM software

Customer relationship management platform for managing sales, service, and marketing operations.

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: 'Salesforce',
  category: 'CRM software',
  description: 'Customer relationship management platform for managing sales, service, and marketing operations.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Salesforce",
  "applicationCategory": "CRM software",
  "description": "Customer relationship management platform for managing sales, service, and marketing operations."
}