Represents a notification in the system, including details about the notification type, target, and additional context.

date
string
required

The date and time when the notification was created.

description
string
required

A brief description of the notification.

seen
boolean
required

Indicates whether the notification has been seen.

target
object
required

Information about the target of the notification.

title
string
required

The title of the notification.

_id
string

Unique identifier for the notification.

details
object

Additional detailed context for the notification, depending on the notification type.

orgId
string

Identifier of the organization to which the notification belongs.

teamId
string

Identifier of the team to which the notification belongs.

type
enum<string>

The type of the notification.

Available options:
Webhook,
Tool,
SystemUpdate,
UserAction,
ProcessingError