Webhooks send HTTP POST requests when events happen. Status changed? Published? Receive a notification at your URL. Build any integration.
Example webhook payload when a document status changes
{
"event": "document.status_changed",
"timestamp": "2026-01-15T10:32:00Z",
"document": {
"id": "doc_abc123",
"title": "Q1 Marketing Campaign",
"status": "published",
"previous_status": "approved",
"url": "https://wurdx.com/d/abc123"
},
"triggered_by": {
"id": "user_john",
"email": "john@acme.com"
}
}↑ JSON payload with everything you need to act on the event
Post to a channel when documents are published
Auto-publish content to your blog
Connect to 5000+ apps without code
Your own APIs and workflows
HMAC-SHA256 signed requests. Verify to confirm authenticity.
Failed deliveries retry with exponential backoff up to 5 times.
See every delivery: timestamp, status code, response body.
Start building your custom workflows with WURDX webhooks.