Webhooks#

Using the webhooks, you can send text-based responses to users in messaging platform such as MS Teams and Slack when a specific event occurs during deployment process.

The webhooks allows the processes to submit a web-based notification to other applications such as MS Teams, Slack, and so on whenever a specific event occurs. Webhooks are transmitted via HTTPS, usually as a POST request over a specific URL. The POST data is interpreted by the receiving application's API, which triggers the requested action and sends a message to the original application to confirm the event has happened.

Parent topic: Modeling software deployment