schema.org.ai

n8n

Open-source workflow automation tool.

Extends: Technology

n8n

Open-source workflow automation tool.

Overview

Category: Automation software

Open-source workflow automation tool.

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: 'n8n',
  category: 'Automation software',
  description: 'Open-source workflow automation tool.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "n8n",
  "applicationCategory": "Automation software",
  "description": "Open-source workflow automation tool."
}