asset.updated
Triggered when changes are made to an existing asset. This includes metadata edits, file replacements, or status changes (e.g., published/unpublished).
| Parameter | Type | Description |
|---|---|---|
| thumbnail | ||
| thumbnail.syncstatus | string | Sync status of the thumbnail image. |
| thumbnail.type | string | MIME type of the thumbnail image. |
| thumbnail.value | string | URL of the thumbnail image. |
| description | string | Optional description of the asset. |
| id | string | Unique identifier of the asset. |
| drid | string | Datagram resource ID. |
| uploaded_by | string | Uploader user ID and username. |
| uploaded | datetime | Timestamp of the asset upload in ISO format. |
| type | string | Type of the asset, e.g., 'video'. |
| storage | string | Storage ID for the media file. |
| modified | datetime | Last modification timestamp of the asset. |
| string | Email of the user who uploaded the asset. | |
| in_folders_list | array | List of folders the asset belongs to. |
| reference_id | string | Reference ID if linked externally. |
| caption | string | Caption or title for the asset. |
| filename | string | Filename of the uploaded asset. |
| filesize | integer | File size in bytes. |
| tags | string | Comma-separated tags associated with the asset. |
| related_link_text | string | Text for a related hyperlink. |
| duid | string | Datagram Unique ID for the asset. |
| plan_name | string | Name of the subscription plan. |
| storyboard | ||
| storyboard.syncstatus | string | Sync status of the storyboard image. |
| storyboard.type | string | MIME type of the storyboard image. |
| storyboard.value | string | URL of the storyboard preview. |
| reason | string | Reason for webhook trigger, e.g., folders modifyItem. |
| related_link_url | string | Related hyperlink URL. |
| args | string | Extra arguments passed during webhook call. |
| timeline | string | Custom timeline metadata (if applicable). |
| accid | string | Account ID of the user or organization. |
| long_description | string | Extended description for the asset. |
| event | string | Event type like 'asset.updated' or 'asset.uploaded'. |
| pid | integer | Project ID associated with the asset. |
| content | ||
| content.syncstatus | string | Sync status of the video content. |
| content.type | string | MIME type of the video content. |
| content.value | string | URL pointing to the actual video file. |
| uid | integer | User ID of the uploader. |
| exif | ||
| exif.bitrate | string | Bitrate of the video. |
| exif.height | integer | Height of the video in pixels. |
| exif.width | integer | Width of the video in pixels. |
| exif.duration | string | Duration of the video in HH:MM:SS format. |
| exif.fps | integer | Frames per second of the video. |
| exif.originaldate | datetime | Original creation date of the asset. |
| version | ||
| versions.[name].filesize | integer | Size of the file in that version. |
| versions.[name].url | string | URL for that file version. |
| versions.[name].mime | string | MIME type for that version. |
| versions.[name].name | string | Name or label for that version (e.g., 720p, original, jpg_100x75). |