HubSpot · Example Payload

Source Code Api Validation Result Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Source Code Api Validation Result Example is an example object payload from HubSpot, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

validerrorswarnings

Example Payload

Raw ↑
{
  "valid": true,
  "errors": [
    {
      "message": "Syntax error: unexpected end of template",
      "line": 42,
      "column": 15,
      "category": "HUBL_SYNTAX"
    }
  ],
  "warnings": [
    {
      "message": "Deprecated function 'blog_recent_posts' used",
      "line": 28,
      "suggestion": "Use 'blog_posts' function instead"
    }
  ]
}