Webhooks are a helpful little tool that allow us to notify different services/listeners when something happens inside WP Ultimo.
To put it shortly, it is nothing more than a JSON payload sent via a POST request to a particular URL that you configure inside WP Ultimo. What you’ll do with that payload once it hits the URL provided is up to you.
This course goes over how webhooks work in general and in the specific case of WP Ultimo.