Go Headless

/

REST
Articles
Get Started
Use the Wix MCP
What's New

App Management
OAuth 2
App Billing
App Instance
App Permissions
Embedded Scripts
BI Event
Editor Deep Link
Site Plugins

Business Solutions
eCommerce
Stores
Bookings
CMS
Events
Restaurants
Blog
Forum
Pricing Plans
Portfolio
Benefit Programs

Assets
Media
HTTP Functions
Pro Gallery
Introduction
Example Flows
Pro Gallery Schema for Wix Search
Gallery Object
G
List Galleries
P
Create Gallery
G
Get Gallery
D
Delete Gallery
G
List Gallery Items
P
Create Gallery Item
D
Delete Gallery Items
G
Get Gallery Item
D
Delete Gallery Item
P
Update Gallery
P
Bulk Delete Gallery Items
P
Update Gallery Item
Gallery Created
Gallery Updated
Gallery Deleted
Gallery Item Created
Gallery Item Updated
Gallery Item Deleted

CRM
Members & Contacts
Forms
Community
Communication
Loyalty Program
CRM

Business Management
AI Site-Chat
Analytics
App Installation
Async Job
Automations
Calendar
Captcha
Categories
Cookie Consent Policy
Data Extension Schema
Dashboard
FAQ App
Get Paid
Headless Authentication
Locations
Marketing
Multilingual
Notifications
Payments
Site Search
Secrets
Site Properties
Site URLs
Tags

Account Level
About Account Level APIs
Sites
Resellers
Domains
B2B Site Management
User Management

Gallery Updated


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Triggered when a gallery is updated.

Note: The event data doesn't include gallery items or their IDs. To receive information about the updated items you need to listen to the Gallery Item Updated webhook.

Permissions
Manage Galleries
Read Galleries
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
idstring

Unique event ID. Allows clients to ignore duplicate webhooks.


entityFqdnstring

Fully qualified domain name of the entity associated with the event. Expected wix.pro_gallery.gallery_v2.


slugstring

Event name. Expected updated.


entityIdstring

ID of the entity associated with the event.


eventTimestringformat date-time

Event timestamp.


triggeredByAnonymizeRequestboolean

Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).


originatedFromstring

If present, indicates the action that triggered the event.


updatedEventUpdatedEvent

Event information.


Did this help?