About Event Extensions

Events are triggered when specific conditions on your app or a user's site are met. Your app can include code that runs when an event occurs.

For example, an event might be triggered when a booking is confirmed. You can implement logic, such as sending a booking confirmation email, when the event is triggered.

Use event extensions to handle events in the Wix CLI. You can define events in the CLI using Javascript SDK webhooks. Event extensions subscribe your app to these webhooks.

Tip:

See also

Did this help?