aeontel notification

Manage notifications

Notification commands

aeontel notification list

List your notifications

TypeScript
aeontel notification list
Shell
aeontel notification list

aeontel notification delete

Soft-delete a notification (restorable until retention expires)

TypeScript
aeontel notification delete <id>
Shell
aeontel notification delete id_...

aeontel notification read

Mark a notification as read

TypeScript
aeontel notification read <id>
Shell
aeontel notification read id_...

aeontel notification read-all

Mark all notifications as read

TypeScript
aeontel notification read-all
Shell
aeontel notification read-all

aeontel notification restore

Restore a soft-deleted notification

TypeScript
aeontel notification restore <id>
Shell
aeontel notification restore id_...