โš™๏ธ Endpoint Settings

We will send POST requests to this URL when events occur.
wp_sec_9x82m4k1p7q3r5t0
Use this secret to verify webhook signatures in your server.

๐Ÿ” 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
โœ… Webhook configuration saved successfully!