Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1 KB

File metadata and controls

14 lines (10 loc) · 1 KB

OneSignalApi.Model.CustomEvent

Properties

Name Type Description Notes
Name string The identifier or name of the event. Maximum 128 characters.
ExternalId string The external ID of the user targeted for the event. Either the user's External ID or OneSignal ID is required. [optional]
OnesignalId string The OneSignal ID of the user targeted for the event. Either the user's External ID or OneSignal ID is required. [optional]
Timestamp DateTime Time the event occurred as an ISO8601 formatted string. Defaults to now if not included or past date provided. [optional]
Payload Dictionary<string, Object> Properties or data related to the event, like {&quot;geography&quot;: &quot;USA&quot;} [optional]

[Back to API list] [Back to README]