Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 645 Bytes

CustomEventRequest.md

File metadata and controls

12 lines (9 loc) · 645 Bytes

# CustomEventRequest

Properties

Name Type Description Notes
name string Name of the custom event (e.g., 'abandoned_cart').
identifier string Unique identifier for the contact (e.g., contact's email).
data array<string,string> Map of property-value pairs associated with the event, where both key and value are strings.
time int Unix timestamp of when the event occurred.

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