The current state of the template definition.

Constructors

Properties

createdAt?: Date

The date and time that the Event Template was created, as an ISO 8601 timestamp. Will be null if the template was created before Feb 18th, 2020.

detailTemplate?: string

This uses Markdown syntax with Handlebars and event-specific data to render HTML on a timeline when you expand the details.

headerTemplate?: string

This uses Markdown syntax with Handlebars and event-specific data to render HTML on a timeline as a header.

id: string

The template ID.

name: string

The template name.

objectType: string

The type of CRM object this template is for. [Contacts, companies, tickets, and deals] are supported.

A collection of tokens that can be used as custom properties on the event and to create fully fledged CRM objects.

updatedAt?: Date

The date and time that the Event Template was last updated, as an ISO 8601 timestamp. Will be null if the template was created before Feb 18th, 2020.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]

MMNEPVFCICPMFPCPTTAAATR