The state of the timeline event.
Name | Type | Description | Notes |
---|---|---|---|
EventTemplateId | string | The event template ID. | |
string | The email address used for contact-specific events. This can be used to identify existing contacts, create new ones, or change the email for an existing contact (if paired with the `objectId`). | [optional] | |
ObjectId | string | The CRM object identifier. This is required for every event other than contacts (where utk or email can be used). | [optional] |
Utk | string | Use the `utk` parameter to associate an event with a contact by `usertoken`. This is recommended if you don't know a user's email, but have an identifying user token in your cookie. | [optional] |
Domain | string | The event domain (often paired with utk). | [optional] |
Timestamp | DateTimeOffset | The time the event occurred. If not passed in, the curren time will be assumed. This is used to determine where an event is shown on a CRM object's timeline. | [optional] |
Tokens | Dictionary<string, string> | A collection of token keys and values associated with the template tokens. | |
ExtraData | Object | Additional event-specific data that can be interpreted by the template's markdown. | [optional] |
TimelineIFrame | TimelineEventIFrame | [optional] | |
Id | string | Identifier for the event. This is optional, and we recommend you do not pass this in. We will create one for you if you omit this. You can also use `{{uuid}}` anywhere in the ID to generate a unique string, guaranteeing uniqueness. |