Klaviyo · Schema

GroupingCompany

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
company_id string The ID of the company
View JSON Schema on GitHub

JSON Schema

klaviyo-groupingcompany-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupingCompany",
  "title": "GroupingCompany",
  "type": "object",
  "properties": {
    "company_id": {
      "description": "The ID of the company",
      "type": "string",
      "example": "67890"
    }
  },
  "required": [
    "company_id"
  ]
}