hubspot.v2.get_timeline_events
Retrieve timeline events for HubSpot objects (companies, contacts, deals, tickets) with filters by date range, event type, and properties.
Instructions
Get HubSpot Timeline Events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | ||
| source_object_id | Yes | ID of the object to retrieve timeline events for. | {{company_id}} |
| event_type_filter | No | Optional filter by specific event type. | deployment_completed |
| properties | No | Select properties to retrieve from timeline events | |
| start_date | No | Optional date range to filter timeline events (mm/dd/yyyy format). | |
| end_date | No | Optional date range to filter timeline events (mm/dd/yyyy format). | |
| result_limit | No | Maximum number of timeline events to return (default: 100, max: 500). | 100 |
| output_variable_name | Yes | Variable name to store the timeline events. | timeline_events |