Webhooks

Stub. Final payload shapes pending; this page describes the intent.

Apps subscribe to events in their manifest. Yapture POSTs each event to the configured URL with an HMAC-SHA256 signature.

Available events

EventWhen it fires
yap.createdA yap is appended to a list the app has yaps:read access to.
yap.updatedAny field on a watched yap changes.
yap.completedA yap moves to status:done.
list.sharedA list is shared with the app’s installer.

Signing

Every request includes:

Retry policy