Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 929 Bytes

BehavioralEventHttpCompletionRequest.md

File metadata and controls

15 lines (11 loc) · 929 Bytes

HubSpot.NET.Model.BehavioralEventHttpCompletionRequest

Properties

Name Type Description Notes
Utk string User token [optional]
Email string Email of visitor [optional]
EventName string Internal name of the event-type to trigger
Properties Dictionary<string, string> Map of properties for the event in the format property internal name - property value
OccurredAt DateTimeOffset The time when this event occurred (if any). If this isn't set, the current time will be used [optional]
ObjectId string The object id that this event occurred on. Could be a contact id or a visitor id. [optional]

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