What are webhooks?
A webhook is a message a platform sends to your systems automatically, the moment something happens — a candidate submitting an exam, passing, or a certificate being issued. Instead of your code repeatedly asking "has anything changed?", the platform pushes the event to you as it occurs.
Webhooks are what make real-time automation possible: a pass can instantly update your CRM, trigger an email, or unlock the next step in a workflow. Where an API lets you pull data and take actions, webhooks push events to you. Synap fires webhooks for key events — see APIs and webhooks.