Webhooks
In this section you will learn how to create webhooks to receive events from external systems and to notify external systems of events that triggered on your applications and infrastructure environments.
View Virtual Host
View detailed information about a specific virtual host and manage its configuration.
Create an Incoming Webhook
Incoming Webhooks are a simple way to integrate external services with your Devopness environments, using a unique URL through which a JSON payload can be sent to run a pipeline with custom input data. Some use cases of external services events include "deploy applications automatically based on GitHub/GitLab/Bitbucket repository updates", "provision and scale infrastructure resources when you payment gateway confirms that a custom subscription has been processed", and many more use cases that can benefit from webhooks integration. Learn how to create an incoming webhook to run pipelines programmatically when events happen on external services.