HubSpot · Example Payload

Authors Api Batch Input Item Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Authors Api Batch Input Item 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

idproperties

Example Payload

Raw ↑
{
  "id": "500123",
  "properties": {
    "name": "Example Record",
    "slug": "example-value",
    "email": "jsmith@example.com",
    "bio": "example-value",
    "website": "https://app.hubspot.com/contacts/12345",
    "twitter": "example-value",
    "facebook": "example-value",
    "linkedin": "https://app.hubspot.com/contacts/12345",
    "avatar": "https://app.hubspot.com/contacts/12345"
  }
}