HubSpotResourceClient is a specialized client for interacting with the HubSpot API, providing a convenient way to access CRM objects and other HubSpot features.
Usage
Inputs
Theinvoke method accepts the following arguments:
The HTTP method to use:
"GET", "POST", "PUT", "PATCH", or "DELETE".The HubSpot API path (e.g.,
/crm/v3/objects/contacts).A unique identifier for this operation.
Optional configuration object.
Outputs
The output format is the same as the Custom API client.Discriminator for the response type.
The HTTP status code.
The response body (typically JSON).