Constructors

Methods

  • This will remove the token from an existing template. Existing events and CRM objects will still retain the token and its mapped object properties, but new ones will not. The timeline will still display this property for older CRM objects if it's still referenced in the template Markdown. New events will not. Any lists or reports referencing deleted tokens will no longer return new contacts, but old ones will still exist in the lists. Removes a token from the event template

    Parameters

    • eventTemplateId: string

      The event template ID.

    • tokenName: string

      The token name.

    • appId: number

      The ID of the target app.

    • Optional_options: Configuration

    Returns Promise<void>

  • This will remove the token from an existing template. Existing events and CRM objects will still retain the token and its mapped object properties, but new ones will not. The timeline will still display this property for older CRM objects if it's still referenced in the template Markdown. New events will not. Any lists or reports referencing deleted tokens will no longer return new contacts, but old ones will still exist in the lists. Removes a token from the event template

    Parameters

    • eventTemplateId: string

      The event template ID.

    • tokenName: string

      The token name.

    • appId: number

      The ID of the target app.

    • Optional_options: Configuration

    Returns Promise<HttpInfo<void>>

  • Once you've defined an event template, it's likely that you'll want to define tokens for it as well. You can do this on the event template itself or update individual tokens here. Event type tokens allow you to attach custom data to events displayed in a timeline or used for list segmentation. You can also use objectPropertyName to associate any CRM object properties. This will allow you to fully build out CRM objects. Token names should be unique across the template. Adds a token to an existing event template

    Parameters

    • eventTemplateId: string

      The event template ID.

    • appId: number

      The ID of the target app.

    • timelineEventTemplateToken: TimelineEventTemplateToken

      The new token definition.

    • Optional_options: Configuration

    Returns Promise<TimelineEventTemplateToken>

  • Once you've defined an event template, it's likely that you'll want to define tokens for it as well. You can do this on the event template itself or update individual tokens here. Event type tokens allow you to attach custom data to events displayed in a timeline or used for list segmentation. You can also use objectPropertyName to associate any CRM object properties. This will allow you to fully build out CRM objects. Token names should be unique across the template. Adds a token to an existing event template

    Parameters

    • eventTemplateId: string

      The event template ID.

    • appId: number

      The ID of the target app.

    • timelineEventTemplateToken: TimelineEventTemplateToken

      The new token definition.

    • Optional_options: Configuration

    Returns Promise<HttpInfo<TimelineEventTemplateToken>>

MMNEPVFCICPMFPCPTTAAATR