Webhook structure
Webhook structure
{
"event": "entity.updated",
"entity_id": 123,
"timestamp": 1717760000,
"signature": "sha256=HMAC_SIGNATURE"
}Documentation - Webhooks
Weryon Mapping Engine Webhooks
Webhooks provide real-time notifications for entity.created, entity.updated and feed.generated with HMAC SHA-256 signing, retry logic and anti-replay timestamps.
Webhook structure
{
"event": "entity.updated",
"entity_id": 123,
"timestamp": 1717760000,
"signature": "sha256=HMAC_SIGNATURE"
}HMAC SHA-256 signing
GET /wp-json/wme/v1/webhooksRetry logic
GET /wp-json/wme/v1/webhooksSupported events
GET /wp-json/wme/v1/webhooksEndpoint configuration
GET /wp-json/wme/v1/webhooksEntity updated example
GET /wp-json/wme/v1/webhooksFeed generated example
GET /wp-json/wme/v1/webhooksBest practices
GET /wp-json/wme/v1/webhooksNeed enterprise integration or custom workflows?