D
Dicread
BerandaKamusWwebhook

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

webhook
Noun
pl: webhooks

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.

Meanings

Nounwebhook

An HTTP-based mechanism that allows one application to provide real-time data to another application by sending an automated request to a specified URL when a particular event occurs.

Related Words

Terakhir Diperbarui: May 2026Laporkan Kesalahan