Overview
Retrieve data for any supported HubSpot object type based on a query, or get the most recent object. Works across deals, tickets, calls, meetings, notes, tasks, and any custom objects you have configured.Use Cases
- Any-object lookup: One action to pull deals, tickets, notes, or custom objects.
- Recent-object retrieval: Grab the most recent object of a chosen type.
- Cross-object workflows: Use in a loop with a list of object types.
Configuration Fields
Object Type
- Description: The HubSpot object type to retrieve (e.g.
deals,tickets,calls,meetings,notes,tasks, or a custom object type ID). - Required: Yes
Query
- Description: A query string or object ID. Leave empty to get the most recent object of that type.
Output Variable Name
- Description: Variable name to store the object record.
- Validation: Only letters, numbers, and underscores.
- Required: Yes
Related Actions
- Search HubSpot for multi-record filtering.
- Get HubSpot Contact, Get HubSpot Company.

