Webhooks
Subscribe to Liza events and receive them as an HTTP POST to your URL.
Work in progress
This page is still being expanded (event types, payload formats, signature verification).
Example events
list_item.updated— an item was changed (e.g. status → done)- more to come
How it works
- Create a subscription (target URL + event type).
- Liza sends a
POSTwith a JSON payload for every matching event. - Respond with
2xxto acknowledge receipt.
