Definition
A mechanism where one system sends an HTTP POST notification to another when a specific event occurs — an "HTTP callback". GitHub uses webhooks to notify CI systems when code is pushed.
Example Usage
"GitHub triggers a webhook on every push to main, which starts our CI pipeline and sends a Slack notification to the team."