Last updated

gallery.created

Triggered when a new gallery is created in your account. This may happen via the dashboard or programmatically using the API.

ParameterTypeDescription
descriptionStringDescription of the gallery created, typically describing the uploaded media file.
eventStringEvent type indicating the action, here it is 'gallery.created' meaning a gallery has been created.
sync_typeStringType of synchronization; empty string means no sync type specified or syncing not started.
uidIntegerUnique identifier for the user or entity associated with this gallery.
nameStringThe name of the uploaded file linked to the gallery.
sync_statusStringStatus of synchronization; 'notsynced' indicates the gallery or items have not been synced.
duidStringUnique device or user identifier related to the gallery or upload session.
tagsStringTags or keywords associated with the gallery; empty if no tags provided.
items_countIntegerNumber of items (e.g., videos, images) contained within the gallery; here it is zero.
fidStringUnique file identifier assigned to the uploaded file.
emailStringEmail address of the user who uploaded or created the gallery.
modifiedStringTimestamp of the last modification in ISO 8601 format (UTC time).