schema.org.ai

pardot

B2B marketing automation by Salesforce for lead generation and nurturing.

Extends: Technology

Pardot

B2B marketing automation by Salesforce for lead generation and nurturing.

Overview

Category: Marketing software

B2B marketing automation by Salesforce for lead generation and nurturing.

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: 'Pardot',
  category: 'Marketing software',
  description: 'B2B marketing automation by Salesforce for lead generation and nurturing.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Pardot",
  "applicationCategory": "Marketing software",
  "description": "B2B marketing automation by Salesforce for lead generation and nurturing."
}