In this tutorial, we understood about App Setup events and external events to understand how to build apps that can be invoked with webhooks.
- Defining the events onAppInstall, onAppUninstall and onExternalEvents for the app in manifest.json.
- Defining the handlers for the events in server.js.
- Simulating the serverless events in local.
Next step
You can continue to build more apps with complex use-case using Serverless events - app setup events, external events, product events and scheduled events.