hubspot.v2.create_timeline_event
Create a timeline event in HubSpot for a company, contact, deal, or ticket with custom event details and properties to track specific interactions.
Instructions
Create HubSpot Timeline Event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | ||
| target_object_id | Yes | ID of the object to add the timeline event to. | {{company_id}} |
| event_type | Yes | Unique identifier for this type of event (e.g., 'subscription_upgraded'). | deployment_completed |
| event_title | Yes | Title displayed in the HubSpot timeline. | Production Deployment Completed |
| event_description | No | Detailed description of the event. | Detailed description of what happened... |
| event_properties | No | Additional properties as JSON or key=value pairs, one per line. Example: {"property":"value"} or property=value | |
| event_timestamp | No | When this event occurred (defaults to now). Format: mm/dd/yyyy, --:-- -- | |
| output_variable_name | Yes | Variable name to store the created timeline event. | timeline_event |