gallery.created
Triggered when a new gallery is created in your account. This may happen via the dashboard or programmatically using the API.
| Parameter | Type | Description |
|---|---|---|
| description | String | Description of the gallery created, typically describing the uploaded media file. |
| event | String | Event type indicating the action, here it is 'gallery.created' meaning a gallery has been created. |
| sync_type | String | Type of synchronization; empty string means no sync type specified or syncing not started. |
| uid | Integer | Unique identifier for the user or entity associated with this gallery. |
| name | String | The name of the uploaded file linked to the gallery. |
| sync_status | String | Status of synchronization; 'notsynced' indicates the gallery or items have not been synced. |
| duid | String | Unique device or user identifier related to the gallery or upload session. |
| tags | String | Tags or keywords associated with the gallery; empty if no tags provided. |
| items_count | Integer | Number of items (e.g., videos, images) contained within the gallery; here it is zero. |
| fid | String | Unique file identifier assigned to the uploaded file. |
| String | Email address of the user who uploaded or created the gallery. | |
| modified | String | Timestamp of the last modification in ISO 8601 format (UTC time). |