Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 817 Bytes

File metadata and controls

12 lines (8 loc) · 817 Bytes

HubSpot.NET.Model.CardFetchBody

Configuration for this card's data fetch request.

Properties

Name Type Description Notes
TargetUrl string URL to a service endpoints that will respond with card details. HubSpot will call this endpoint each time a user visits a CRM record page where this card should be displayed.
ObjectTypes List<CardObjectTypeBody> An array of CRM object types where this card should be displayed. HubSpot will call your data fetch URL whenever a user visits a record page of the types defined here.

[Back to Model list] [Back to API list] [Back to README]