Webhook
Definition
A webhook is a way for one app to send real-time data to another when something happens. Instead of constantly checking for updates (polling), the app pushes data automatically when an event occurs.
What is a Webhook? How Webhooks Work | early.tools
Examples
Related Terms
API (Application Programming Interface)
An API lets one piece of software talk to another. It's a set of rules and endpoints that define how apps can request data or trigger actions from a service.
CI/CD (Continuous Integration / Continuous Deployment)
CI/CD automates the process of testing and deploying code. Continuous Integration merges code changes frequently and runs automated tests. Continuous Deployment automatically pushes passing code to production.
SaaS (Software as a Service)
SaaS is software delivered over the internet on a subscription basis. Instead of buying and installing software, users access it through a browser. No servers to manage, no updates to install.