Webhook Configuration
Receive real-time event notifications from your WordPress sites. Configure endpoints, manage secrets, and monitor delivery logs.
โ๏ธ Endpoint Settings
๐ Security & Payload
All webhooks are signed using HMAC-SHA256. Verify the X-WpAdmin-Signature header against the payload.
# Example payload structure
{
"event": "post.published",
"timestamp": "2025-01-15T10:30:00Z",
"site_id": "wp_8492mx",
"data": {
"post_id": 1284,
"title": "New Product Launch",
"author": "admin"
}
}
๐ Recent Deliveries
| ID | Status | Event | Endpoint | Retries | Delivered At | Actions |
|---|---|---|---|---|---|---|
| wkh_8a92b3c4 | โ Success | post.published | https://api.yoursite.com/... | 0 | 2 mins ago | View Log |
| wkh_7f21d8e9 | โ Success | backup.completed | https://api.yoursite.com/... | 0 | 14 mins ago | View Log |
| wkh_6e40c7d2 | โ Failed | plugin.updated | https://api.yoursite.com/... | 3/3 | 1 hr ago | Retry |
| wkh_5d39b6a1 | โ Success | user.registered | https://api.yoursite.com/... | 1 | 2 hrs ago | View Log |