Skip to content
Glossary

What is Webhook?

Technology

A webhook is an automatic notification the platform sends to a customer system when something happens, for example when a decision finishes. Instead of the system asking over and over whether there is news, it receives the result as soon as it is ready.

Why it matters

In asynchronous decisions or long processes, polling in a loop is expensive and slow. A webhook flips the relationship: the platform notifies, the receiving system reacts.

To be reliable, the receiver must validate that the notification really comes from the platform and be ready to receive the same notification more than once.

  • Result delivered as soon as it is available, without polling.
  • Ideal for asynchronous decisions and batch processes.
  • Requires validating the notification signature on the receiver.
FAQ

Common questions

What if the receiving system is down?+

The notification does not arrive, so the design must account for it: keep the option to query the result via API and tolerate receiving the same notification twice without duplicating effects.

Want to see it in your operation?

Transform your credit assessment process with the decision engine.