You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`COMMENT_CREATE`| A comment was created on a folder, file, or other comment |
98
100
|`COMMENT_DELETE`| A comment was deleted on folder, file, or other comment |
99
-
|`ITEM_DOWNLOAD`| A file or folder was downloaded |
100
-
|`ITEM_PREVIEW`| A file was previewed |
101
+
|`ITEM_DOWNLOAD`| A file or folder was downloaded |
102
+
|`ITEM_PREVIEW`| A file was previewed |
101
103
|`TASK_ASSIGNMENT_CREATE`| A task was assigned |
102
104
|`TASK_CREATE`| A task was created |
103
105
|`ITEM_SHARED_CREATE`| A file or folder was enabled for sharing |
104
106
|`ITEM_SHARED_UNSHARE`| A file or folder was disabled for sharing |
105
107
|`ITEM_SHARED`| A folder was shared |
106
108
|`TAG_ITEM_CREATE`| A Tag was added to a file or folder |
107
-
|`ENABLE_TWO_FACTOR_AUTH`| 2 factor authentication enabled by user. |
108
-
|`MASTER_INVITE_ACCEPT`| Free user accepts invitation to become a managed user. |
109
-
|`MASTER_INVITE_REJECT`| Free user rejects invitation to become a managed user. |
110
-
|`ACCESS_GRANTED`| Granted Box access to account. |
111
-
|`ACCESS_REVOKED`| Revoke Box access to account. |
109
+
|`ENABLE_TWO_FACTOR_AUTH`| 2 factor authentication enabled by user |
110
+
|`MASTER_INVITE_ACCEPT`| Free user accepts invitation to become a managed user |
111
+
|`MASTER_INVITE_REJECT`| Free user rejects invitation to become a managed user |
112
+
|`ACCESS_GRANTED`| Granted Box access to account |
113
+
|`ACCESS_REVOKED`| Revoke Box access to account |
114
+
115
+
## Event notifications
116
+
117
+
To reduce the noise of the event stream and streamline event consumption, the following event types have optimized notification behavior.
118
+
119
+
| Event type | Notification behavior|
120
+
|-----------|--------------|
121
+
|`COLLAB_ADD_COLLABORATOR`, `COLLAB_REMOVE_COLLABORATOR`, `COLLAB_INVITE_COLLABORATOR`, `COLLAB_ROLE_CHANGE`|When this event takes place, the content owner on the `changes` event stream is notified. Collaboration owners will see an additional event that matches what they see on the `all` stream.|
122
+
|`ITEM_DOWNLOAD`| When an item is downloaded, only the content owner gets the notification. Collaborators are not notified.|
123
+
|`ITEM_PREVIEW`| When an item is previewed, only the content owner gets the notification. Collaborators are not notified. |
0 commit comments