AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

A webhook is a mechanism for one service to provide real-time information to another service when an event occurs. Instead of polling for changes, the source system sends an HTTP POST request to a specified URL with payload data describing the event. This approach reduces server load and ensures immediate reaction to events, making it essential for integrating disparate software systems, automating workflows, and synchronizing data across platforms like GitHub, Stripe, or Slack.

Summary

A user-defined HTTP callback triggered by specific events, allowing systems to push real-time notifications to other applications.

Key Concepts

Use Cases