HubSpot · JSON Structure

Hubspot Engagement Emails Email Engagement Structure

A HubSpot email engagement record.

Type: object Properties: 6
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

EmailEngagement is a JSON Structure definition published by HubSpot, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id properties createdAt updatedAt archived associations

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A HubSpot email engagement record.",
  "name": "EmailEngagement",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for the email engagement."
    },
    "properties": {
      "type": "object",
      "description": "The email engagement's properties as key-value pairs."
    },
    "createdAt": {
      "type": "datetime"
    },
    "updatedAt": {
      "type": "datetime"
    },
    "archived": {
      "type": "boolean"
    },
    "associations": {
      "type": "object"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}