hubspot_resolve_id
Resolves a HubSpot numeric ID to determine if it belongs to a deal, company, or contact when lookups return 404 and the object type is unknown.
Instructions
Identify what type of HubSpot object (deal, company, or contact) an ID belongs to.
Use this when a lookup returns 404 and you're unsure whether the ID is a deal ID, company ID, or contact ID.
Args: unknown_id: The HubSpot numeric ID to probe
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unknown_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |