For whoever builds your site ·2 min read ·2 of 2

Webhooks

Telling another system when something changes here.

A webhook is a message Inkling sends to another system when something happens — a page is published, an entry is deleted. Your developer gives you an address; you choose which events should reach it.

The usual reason is to rebuild or refresh a website the moment content changes, rather than on a timer.