Webhooks¶
Send outbound HTTP requests when events occur (publish, delete, user create).
Configuration¶
webhooks:
on_publish:
- https://example.com/hooks/publish
on_delete:
- https://example.com/hooks/delete
Payload¶
{
"event": "publish",
"page_id": 42,
"timestamp": "2025-11-01T12:34:56Z"
}