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 created.
Note: The event data doesn't include gallery items or their IDs. To receive information about the created items you need to listen to the Gallery Item Created webhook.
handler(event: GalleryCreatedEnvelope): void | Promise<void>