Skip to main content

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 of ConfigNotification objects with notification details including ID, name, description, interval, and active status.

create_notification

Create a new scheduled notification configuration.

Parameters

Returns

The created ConfigNotification. Requires super admin.

update_notification

Update an existing notification configuration. Only provided fields are updated.

Parameters

Returns

The updated ConfigNotification. Requires super admin.