Are you asking about testing webhooks, or creating a production service that can consume webhooks and take actions? For testing, webhook.site is what I prefer to use. If your looking to create a production application, you can either leverage Workflows or you can build your own custom application to listen for webhook events. You can watch the below video to learn how to develop a custom application.