helpscout
Customer support platform with shared inbox and knowledge base.
Extends: Technology
Help Scout
Customer support platform with shared inbox and knowledge base.
Overview
Category: Support software
Customer support platform with shared inbox and knowledge base.
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: 'Help Scout',
category: 'Support software',
description: 'Customer support platform with shared inbox and knowledge base.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Help Scout",
"applicationCategory": "Support software",
"description": "Customer support platform with shared inbox and knowledge base."
}