Demandbase · Schema

AccountListMember

Account-Based MarketingAdvertisingAI AgentsB2B MarketingData EnrichmentIntent DataPersonalizationSales Intelligence

Properties

Name Type Description
account_id string Demandbase account ID
company_name string Company name
domain string Company domain
added_at string When the account was added to the list
View JSON Schema on GitHub

JSON Schema

demandbase-accountlistmember-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountListMember",
  "title": "AccountListMember",
  "type": "object",
  "properties": {
    "account_id": {
      "type": "string",
      "description": "Demandbase account ID"
    },
    "company_name": {
      "type": "string",
      "description": "Company name"
    },
    "domain": {
      "type": "string",
      "description": "Company domain"
    },
    "added_at": {
      "type": "string",
      "format": "date-time",
      "description": "When the account was added to the list"
    }
  }
}