Skip to content

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

  1. Create a subscription (target URL + event type).
  2. Liza sends a POST with a JSON payload for every matching event.
  3. Respond with 2xx to acknowledge receipt.

Liza Documentation