Webhooks
Receive real-time notifications when documentation events occur.
Available Events
•page.published — a page was published
•page.updated — a page was edited
•project.synced — a repo sync completed
Register a Webhook
http
POST /v1/webhooksjson
{
"url": "https://yourapp.com/webhooks/hyperdocs",
"events": ["page.published", "project.synced"]
}