How to offer webhooks

How would one go about providing their own webhook events in their app?

Using API Connector.
You can put the whole URL as dynamic value [url]
You will use user entered URL and do a POST to this URL
You need to define the payload of event, but you can define value dynamically too.

Roger that