Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 775 Bytes

File metadata and controls

16 lines (10 loc) · 775 Bytes

# Events

A new event for a specific list member

Properties

Name Type Description Notes
Name string The name for this type of event ('purchased', 'visited', etc). Must be 2-30 characters in length
Properties map[string]string An optional list of properties [optional]
IsSyncing bool Events created with the is_syncing value set to `true` will not trigger automations. [optional]
OccurredAt time.Time The date and time the event occurred in ISO 8601 format. [optional]

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