Webhook map
collaborationsaccepted(collaborations.accepted)created(collaborations.created)rejected(collaborations.rejected)removed(collaborations.removed)updated(collaborations.updated)
commentscreated(comments.created)deleted(comments.deleted)updated(comments.updated)
filescopied(files.copied)deleted(files.deleted)downloaded(files.downloaded)locked(files.locked)moved(files.moved)previewed(files.previewed)renamed(files.renamed)restored(files.restored)trashed(files.trashed)unlocked(files.unlocked)uploaded(files.uploaded)
folderscopied(folders.copied)created(folders.created)deleted(folders.deleted)downloaded(folders.downloaded)moved(folders.moved)renamed(folders.renamed)restored(folders.restored)trashed(folders.trashed)
metadatainstanceCreated(metadata.instanceCreated)instanceDeleted(metadata.instanceDeleted)instanceUpdated(metadata.instanceUpdated)
sharedLinkscreated(sharedLinks.created)deleted(sharedLinks.deleted)updated(sharedLinks.updated)
HTTP handler setup
Events
Collaborations
Accepted
collaborations.accepted
A collaboration invitation was accepted
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | COLLABORATION.ACCEPTED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Created
collaborations.created
A new collaboration was created
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | COLLABORATION.CREATED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Rejected
collaborations.rejected
A collaboration invitation was rejected
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | COLLABORATION.REJECTED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Removed
collaborations.removed
A collaboration was removed
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | COLLABORATION.REMOVED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Updated
collaborations.updated
A collaboration was updated
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | COLLABORATION.UPDATED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Comments
Created
comments.created
A comment was created on a file
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | COMMENT.CREATED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Deleted
comments.deleted
A comment was deleted
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | COMMENT.DELETED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Updated
comments.updated
A comment was updated
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | COMMENT.UPDATED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Files
Copied
files.copied
A file was copied to another location
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FILE.COPIED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Deleted
files.deleted
A file was permanently deleted
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FILE.DELETED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Downloaded
files.downloaded
A file was downloaded
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FILE.DOWNLOADED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Locked
files.locked
A file was locked
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FILE.LOCKED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Moved
files.moved
A file was moved to another folder
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FILE.MOVED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Previewed
files.previewed
A file was previewed
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FILE.PREVIEWED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Renamed
files.renamed
A file was renamed
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FILE.RENAMED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Restored
files.restored
A file was restored from trash
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FILE.RESTORED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Trashed
files.trashed
A file was moved to trash
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FILE.TRASHED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Unlocked
files.unlocked
A file lock was removed
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FILE.UNLOCKED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Uploaded
files.uploaded
A new file was uploaded
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FILE.UPLOADED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Folders
Copied
folders.copied
A folder was copied to another location
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FOLDER.COPIED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Created
folders.created
A new folder was created
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FOLDER.CREATED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Deleted
folders.deleted
A folder was permanently deleted
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FOLDER.DELETED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Downloaded
folders.downloaded
A folder was downloaded
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FOLDER.DOWNLOADED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Moved
folders.moved
A folder was moved to another location
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FOLDER.MOVED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Renamed
folders.renamed
A folder was renamed
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FOLDER.RENAMED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Restored
folders.restored
A folder was restored from trash
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FOLDER.RESTORED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Trashed
folders.trashed
A folder was moved to trash
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | FOLDER.TRASHED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Metadata
Instance Created
metadata.instanceCreated
A metadata instance was created on a file or folder
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | METADATA_INSTANCE.CREATED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Instance Deleted
metadata.instanceDeleted
A metadata instance was deleted
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | METADATA_INSTANCE.DELETED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Instance Updated
metadata.instanceUpdated
A metadata instance was updated
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | METADATA_INSTANCE.UPDATED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Shared Links
Created
sharedLinks.created
A shared link was created for a file or folder
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | SHARED_LINK.CREATED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Deleted
sharedLinks.deleted
A shared link was removed
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | SHARED_LINK.DELETED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example
Updated
sharedLinks.updated
A shared link settings were updated
Payload
| Name | Type | Required | Description |
|---|---|---|---|
type | webhook_event | Yes | — |
id | string | Yes | — |
created_at | string | Yes | — |
trigger | SHARED_LINK.UPDATED | Yes | — |
webhook | object | Yes | — |
created_by | object | Yes | — |
source | object | Yes | — |
additional_info | object | No | — |
webhook full type
webhook full type
created_by full type
created_by full type
source full type
source full type
additional_info full type
additional_info full type
Response data full type
Response data full type
webhookHooks example