HubSpot · Example Payload

Engagement Notes Batch Create Notes Request Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

inputs

Example Payload

Raw ↑
{
  "inputs": [
    {
      "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": [
            {}
          ]
        }
      ]
    }
  ]
}