Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1003 Bytes

File metadata and controls

15 lines (11 loc) · 1003 Bytes

HubSpot.NET.Model.TimelineEventTemplateUpdateRequest

State of the template definition being updated.

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.
Id string The template ID.

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