View the Project on GitHub elements-storage/elements-sdk-python
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.
| Name | Type | Description | Notes |
|---|---|---|---|
| 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. |