Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.18 KB

File metadata and controls

16 lines (11 loc) · 1.18 KB

CustomEvent

Properties

Name Type Description Notes
name str The identifier or name of the event. Maximum 128 characters.
external_id str, none_type The external ID of the user targeted for the event. Either the user's External ID or OneSignal ID is required. [optional]
onesignal_id str, none_type 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 {str: (bool, date, datetime, dict, float, int, list, str, none_type)} Properties or data related to the event, like {"geography": "USA"} [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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