Webhook

Website and technology

Website and technology

A webhook is an automatic message one system sends another the moment something happens, for example 'an order was just placed'.

Where an API usually waits until you ask, a webhook pushes the event straight through. That makes integrations faster and avoids needless polling.

Always secure a webhook: verify the signature or a secret key, so not just anyone can push fake orders into your system.

Related terms

All terms