Skip to content
Otobiz
Sign in
Channels and messaging

Webhook

A webhook is an HTTP request a platform sends to your system the moment something happens, so you learn about it immediately instead of asking repeatedly.

Also calledcallback URL

In messaging it is how inbound messages, delivery statuses, and template approvals arrive. Because a webhook endpoint is publicly reachable, the request has to be signature-verified so nobody can forge one. A platform that does not verify signatures on inbound webhooks has an open door, whatever else it does well.

Worth knowing alongside it.

Delivery status
Delivery status is the sequence of states a sent message passes through, typically sent, delivered, read, and failed, reported back by the messaging platform.
API
An API is a documented interface that lets your own systems read from and write to a platform programmatically.