HubSpot · JSON Structure

Hubspot Engagement Emails Collection Response Email Engagement Structure

Type: object Properties: 2
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Properties

results paging

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "CollectionResponseEmailEngagement",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "description": "A HubSpot email engagement record.",
        "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"
          }
        }
      }
    },
    "paging": {
      "type": "object",
      "properties": {
        "next": {
          "type": "object",
          "properties": {
            "after": {
              "type": "string"
            }
          }
        }
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}