Create a new CRM Extensions object type. This allows you to define custom object types that will appear in the HubSpot CRM interface.
Scope requirements
Your Developer HAPIkey. This must be a Developer HAPIkey associated with the Developer portal that the OAuth app was created in.
The ID of the HubSpot application that will own this object type.
A list of URIs. When you define actions, the URIs for these actions must be under one of these URIs.
The URI the CRM will call to fetch Sales Objects for the specified associatedHubSpotObjectTypes.
The title of this object. This will be displayed as the title of the CRM sidebar card.
The common properties that these objects will have, in the order they should appear on the sidebar card. See Property Types for more info.
A set of CONTACT, COMPANY, DEAL, or TICKET. This determines where on the CRM this Object Type will appear -- contact, company, deal, or ticket details pages.
CONTACT, COMPANY, DEAL, TICKET HubSpot properties to send in the data fetch request, by CRM object type.