About Events

Events are triggered when specific conditions on your app or a user’s site are met. You can write code that runs when an event occurs.

For example, an event might be triggered when an eCommerce order is canceled. You can implement logic that sends an email to the site visitor when the event is triggered.

How you handle events depends on which frameworks you use to build your app:

Where to find event information

The documentation sidebar lists events alongside their related API methods. The sidebar marks events with a triangle icon, while API methods display icons indicating their HTTP method.

Find information about specific events in the API Reference. For example, information about the Cart Created event is located under eCommerce > Purchase Flow > Cart.

Did this help?