_id
string

Unique identifier for the notification.

orgId
string

Identifier of the organization to which the notification belongs.

teamId
string

Identifier of the team to which the notification belongs.

target
object
required

Information about the target of the notification.

title
string
required

The title of the notification.

description
string
required

A brief description of the notification.

date
string
required

The date and time when the notification was created.

seen
boolean
required

Indicates whether the notification has been seen.

type
enum<string>

The type of the notification.

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

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