Logo

View the Project on GitHub elements-storage/elements-sdk-python

NotificationSetting

A user’s preference for how to be notified about a given topic of events (e.g. via email or a chat integration). A setting with no user is a system-wide default.

Properties

Name Type Description Notes
id int    
topic str The category of events this setting covers (e.g. `default`, `automation`).  
type str The delivery channel for the notification (e.g. `email`, `slack`, `teams`, `push`).  
user int, none_type The user this setting applies to. Null marks a system-wide default.  

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