Webhook structure
Webhook structure
{
"event": "entity.updated",
"entity_id": 123,
"timestamp": 1717760000,
"signature": "sha256=HMAC_SIGNATURE"
}Documentation - Webhooks
Weryon Mapping Engine Webhooks
Webhook-urile trimit notificari in timp real pentru entity.created, entity.updated si feed.generated, cu semnatura HMAC SHA-256, retry logic si timestamp anti-replay.
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/webhooksVrei integrare enterprise sau fluxuri custom?