get_notification_list
Get all scheduled notification configurations for this tenant. Notifications send items matching conditions to user groups, email, Slack, Teams, or HTTP endpoints at configured intervals.Parameters
None.Returns
A list ofConfigNotification objects with notification details including ID, name, description, interval, and active status.
create_notification
Create a new scheduled notification configuration.Parameters
Returns
The createdConfigNotification. Requires super admin.
update_notification
Update an existing notification configuration. Only provided fields are updated.Parameters
Returns
The updatedConfigNotification. Requires super admin.