A webhook is a reverse API: instead of polling, the source system POSTs a JSON payload to your endpoint when something happens (new lead, signed contract, paid invoice). Webhooks enable real-time integrations between tools without custom polling. OMB Cloud exposes webhooks for every major event.
Webhook
An HTTP callback that one system sends to another when a specific event occurs.