hubspot_get_deal_history
Retrieve the complete audit trail of modifications made to a specific HubSpot deal, tracking all updates and changes over time for analysis.
Instructions
Get the complete history of changes to a deal
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dealId | Yes | The ID of the deal to get history for |
Input Schema (JSON Schema)
{
"properties": {
"dealId": {
"description": "The ID of the deal to get history for",
"type": "string"
}
},
"required": [
"dealId"
],
"type": "object"
}