HubSpot · Example Payload

Engagement Notes Note Create Request Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Engagement Notes Note Create Request Example is an example object payload from HubSpot, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

propertiesassociations

Example Payload

Raw ↑
{
  "properties": {
    "hs_note_body": "Met with client to discuss Q1 goals. They are interested in expanding their subscription.",
    "hs_timestamp": "2024-01-15T10:30:00.000Z",
    "hubspot_owner_id": "12345"
  },
  "associations": [
    {
      "to": {
        "id": {}
      },
      "types": [
        {}
      ]
    }
  ]
}