Catatan: Terjemahan untuk entri ini sedang dalam peninjauan kualitas, sehingga sebagian konten untuk sementara hanya ditampilkan dalam bahasa Inggris.
Entri ini belum diterjemahkan ke bahasa Anda, sehingga versi aslinya ditampilkan di bawah.
webhook
A webhook is a specialized tool for server-to-server communication, often described as a reverse API. While a standard API requires a client to poll a server for updates, a webhook pushes data automatically the moment an event is triggered, reducing latency and server overhead.
In technical documentation, the term is used to describe the specific URL endpoint that receives the payload. Because it relies on HTTP POST requests, it is a cornerstone of modern event-driven architectures and third-party integrations, such as payment notifications or CI/CD pipeline triggers.