HubSpot · Example Payload

Hubspot Authors Blog Author Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Authors Blog Author Example is an example object payload from HubSpot, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameslugemailbiowebsitetwitterfacebooklinkedinavatarlanguagetranslatedFromIdcreatedupdateddeletedAt

Example Payload

Raw ↑
{
  "id": "500123",
  "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",
  "language": "en",
  "translatedFromId": "500123",
  "created": "2025-03-15T14:30:00Z",
  "updated": "2025-03-15T14:30:00Z",
  "deletedAt": "2025-03-15T14:30:00Z"
}