Get property
The HubSpot Get Property tool allows users to retrieve comprehensive metadata for any specific property within a HubSpot object type. It provides detailed configuration information, including property type, options, and related settings, enhancing CRM data management and customization.
Features
- Supports a wide range of HubSpot object types such as contacts, deals, companies, tickets, and custom objects.
- Fetches detailed metadata including property type, options, and configuration details for precise data retrieval.
- Enables better CRM customization and insight by exposing property-specific information.
- Idempotent and safe to use without risking destructive changes to CRM data.
- Integrates seamlessly with HubSpot API, simplifying property management for developers and marketers.
Benefits
- Gain deeper understanding of CRM object properties to optimize marketing and sales workflows.
- Enhance data accuracy and consistency by accessing precise property configurations.
- Streamline automation processes by integrating detailed property metadata.
- Save time on manual data inspection by programmatically retrieving property details.
- Improve CRM customization, enabling tailored user experiences and business processes.
Description
🎯 Purpose: 1. This tool retrieves detailed information about a specific property for a HubSpot object type. 2. You can use this to get all metadata related to a property, including its type, options, and other configuration details.
Parameters
2 parameters
| Name | Type | Description |
|---|---|---|
| objectTyperequired | string | The type of HubSpot object the property belongs to. Valid values include: appointments, companies, contacts, courses, deals, leads, line_items, listings, marketing_events, meetings, orders, postal_mail, products, quotes, services, subscriptions, tickets, users. For custom objects, use the hubspot-get-schemas tool to get the objectType. |
| propertyNamerequired | string | The name of the property to retrieve |