Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.07 KB

File metadata and controls

15 lines (11 loc) · 1.07 KB

HubSpot.NET.Model.TimelineEventTemplateCreateRequest

State of the template definition being created.

Properties

Name Type Description Notes
Name string The template name.
HeaderTemplate string This uses Markdown syntax with Handlebars and event-specific data to render HTML on a timeline as a header. [optional]
DetailTemplate string This uses Markdown syntax with Handlebars and event-specific data to render HTML on a timeline when you expand the details. [optional]
Tokens List<TimelineEventTemplateToken> A collection of tokens that can be used as custom properties on the event and to create fully fledged CRM objects.
ObjectType string The type of CRM object this template is for. [Contacts, companies, tickets, and deals] are supported.

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