Profile Notification tab
The Application sends notifications based on events that occur on users' subscriptions. These notifications can be sent as an immediate notification email or as all the messages grouped into a single email delivered once a day.
Grouped notifications are sent by a crontab task named "Send Grouped Notifications".
Notifications are shown in a table structure:
|
Immediate |
By default, these two groups are empty, and no notifications will be sent. If you want to use notifications, you must choose which events you want to subscribe to.
Events
Common
| Notification | Description |
|---|---|
|
COMMON |
Common event. |
|
COPY_ATTRIBUTES |
Copy attributes |
Document
| Notification | Description |
|---|---|
|
CANCEL_DOCUMENT_CHECKOUT |
Cancel the editing of a document. |
|
CHECKIN_DOCUMENT |
Update a document. |
|
CHECKOUT_DOCUMENT |
Mark the document for editing. |
|
COPY_DOCUMENT |
Copy a document. |
|
CREATE_DOCUMENT |
Create a new document. |
|
DELETE_DOCUMENT |
Delete a document. |
|
GET_CHILDREN_DOCUMENTS |
Get documents. |
|
GET_DOCUMENT_CONTENT |
Get the content of a document. |
|
GET_DOCUMENT_CONTENT_BY_VERSION |
Get the content of a document by version. |
|
GET_DOCUMENT_PROPERTIES |
Get the document properties. |
|
GET_DOCUMENT_VERSION_HISTORY |
Get the document version history. |
|
LOCK_DOCUMENT |
Lock a document. |
|
FORCE_LOCK_DOCUMENT |
Force lock a document. |
|
MOVE_DOCUMENT |
Move a document. |
|
PURGE_DOCUMENT |
The document is removed from the repository. |
|
RENAME_DOCUMENT |
Change the name of a document. |
|
SET_DOCUMENT_PROPERTIES |
Change some document properties. |
|
UNLOCK_DOCUMENT |
Unlock a document. |
|
FORCE_UNLOCK_DOCUMENT |
Force unlock a document. |
|
SET_DOCUMENT_DESCRIPTION |
Set the description |
Folder
| Notification | Description |
|---|---|
|
COPY_FOLDER |
Copy a folder. |
|
CREATE_FOLDER |
Create a new folder. |
|
DELETE_FOLDER |
Delete a folder. |
|
GET_CHILDREN_FOLDERS |
Get folders. |
|
GET_FOLDER_CONTENT_INFO |
Get the content info of a folder. |
|
GET_FOLDER_PROPERTIES |
Get the folder properties. |
|
MOVE_FOLDER |
Move a folder. |
|
PURGE_FOLDER |
The folder is removed from the repository. |
|
RENAME_FOLDER |
Change the name of a folder. |
|
SET_FOLDER_DESCRIPTION |
Set the description |
| Notification | Description |
|---|---|
|
CREATE_MAIL |
Create a new email. |
|
GET_MAIL_PROPERTIES |
Get the mail properties. |
|
DELETE_MAIL |
Delete a mail. |
|
PURGE_MAIL |
The mail is removed from the repository. |
|
RENAME_MAIL |
Change the name of a mail. |
|
MOVE_MAIL |
Move a mail. |
|
COPY_MAIL |
Copy a mail. |
|
GET_CHILDREN_MAILS |
Get the mails. |
|
SET_MAIL_NODE_CLASS |
Set the mail NodeClass |
|
SET_DESCRIPTION |
Set the description |
|
SET_MAIL_TITLE |
Set the title |
Record
| Notification | Description |
|---|---|
|
CREATE_RECORD |
Create a new record. |
|
GET_RECORD_PROPERTIES |
Get the properties of a record. |
|
DELETE_RECORD |
Delete a record. |
|
FORCE_LOCK_RECORD |
Force lock a record. |
|
FORCE_UNLOCK_RECORD |
Force unlock a record. |
|
LOCK_RECORD |
Lock a record. |
|
PURGE_RECORD |
The record is removed from the repository. |
|
RENAME_RECORD |
Change the name of a record. |
|
UNLOCK_RECORD |
Unlock a record. |
|
MOVE_RECORD |
Move a record. |
|
COPY_RECORD |
Copy a record. |
|
GET_CHILDREN_RECORDS |
Get records. |
|
SET_RECORD_TITLE |
Set the record title. |
|
SET_DESCRIPTION |
Set the description |