engagement_details_get
Retrieve detailed information about a specific HubSpot engagement by providing the engagement ID to access comprehensive CRM interaction data.
Instructions
Get details of a specific engagement
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engagementId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"engagementId": {
"type": "string"
}
},
"required": [
"engagementId"
],
"type": "object"
}