HubSpot · Example Payload

Hubspot Custom Workflow Actions Batch Callback Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Custom Workflow Actions Batch Callback Response 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

statuserrors

Example Payload

Raw ↑
{
  "status": "COMPLETE",
  "errors": [
    {
      "callbackId": "500123",
      "message": "This is an example description.",
      "category": "standard"
    }
  ]
}