hubspot.v2.get_engagements
Fetch notes, calls, emails, meetings, and tasks associated with a HubSpot object, with optional date and property filters.
Instructions
Get HubSpot Engagements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | ||
| source_object_id | Yes | ID of the object to retrieve engagements for. | {{contact_id}} |
| engagement_types | No | Select which types of engagements to retrieve. | |
| properties | No | Select properties to retrieve from engagements | |
| start_date | No | Optional date range to filter engagements (mm/dd/yyyy format). | |
| end_date | No | Optional date range to filter engagements (mm/dd/yyyy format). | |
| output_variable_name | Yes | Variable name to store the engagement history. | engagement_history |
| result_limit | No | Maximum number of engagements to return (default: 100, max: 500). | 100 |