Glossary
Integration
Webhook
A message sent automatically from one system to another when something happens.
A webhook is an event-driven message: when something happens in system A (e.g. a new payment), it immediately sends a message to system B (e.g. your accounting system). Unlike an API where you request data, a webhook "pushes" data to you automatically. Much faster and more efficient than checking manually.