HubSpot · Example Payload

Authors Api Blog Author Input Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

nameslugemailbiowebsitetwitterfacebooklinkedinavatar

Example Payload

Raw ↑
{
  "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"
}