Get notification preferences
get_notification_preferencesGet the per-event notification delivery preferences (which channels fire for each event type).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The preferences map, keyed by event type, each saying whether in_app, email, slack and discord fire for it. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |