schema.org.ai

mondaycrm

Customizable CRM platform built on Monday.com's Work OS.

Extends: Technology

Monday CRM

Customizable CRM platform built on Monday.com's Work OS.

Overview

Category: CRM software

Customizable CRM platform built on Monday.com's Work OS.

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: 'Monday CRM',
  category: 'CRM software',
  description: 'Customizable CRM platform built on Monday.com's Work OS.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Monday CRM",
  "applicationCategory": "CRM software",
  "description": "Customizable CRM platform built on Monday.com's Work OS."
}