Share Link Notifications
A BundleNotification is an E-Mail sent out to users when certain actions are performed on or within a shared set of files and folders.
List Share Link Notifications
XML Element
<filescom:list-share-link-notifications />
Authorization Requirement
Available to all authenticated keys or sessions.
Show Share Link Notification
XML Element
<filescom:show-share-link-notification />
Authorization Requirement
Available to all authenticated keys or sessions.
| Parameter | Description |
|---|---|
| id Long Required | Bundle Notification ID. |
Create Share Link Notification
XML Element
<filescom:create-share-link-notification />
Authorization Requirement
Available to all authenticated keys or sessions.
| Parameter | Description |
|---|---|
| bundleId Long Required | Bundle ID to notify on |
| notifyUserId Long | The id of the user to notify. |
Update Share Link Notification
XML Element
<filescom:update-share-link-notification />
Authorization Requirement
Available to all authenticated keys or sessions.
| Parameter | Description |
|---|---|
| id Long Required | Bundle Notification ID. |
| notifyOnRegistration boolean | Triggers bundle notification when a registration action occurs for it. |
| notifyOnUpload boolean | Triggers bundle notification when a upload action occurs for it. |
Delete Share Link Notification
XML Element
<filescom:delete-share-link-notification />
Authorization Requirement
Available to all authenticated keys or sessions.
| Parameter | Description |
|---|---|
| id Long Required | Bundle Notification ID. |