Weryon EN

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.

01

Webhook structure

Webhook structure

{
  "event": "entity.updated",
  "entity_id": 123,
  "timestamp": 1717760000,
  "signature": "sha256=HMAC_SIGNATURE"
}
02

HMAC SHA-256 signing

HMAC SHA-256 signing

GET /wp-json/wme/v1/webhooks
03

Retry logic

Retry logic

GET /wp-json/wme/v1/webhooks
04

Supported events

Supported events

GET /wp-json/wme/v1/webhooks
05

Endpoint configuration

Endpoint configuration

GET /wp-json/wme/v1/webhooks
06

Entity updated example

Entity updated example

GET /wp-json/wme/v1/webhooks
07

Feed generated example

Feed generated example

GET /wp-json/wme/v1/webhooks
08

Best practices

Best practices

GET /wp-json/wme/v1/webhooks

Vrei integrare enterprise sau fluxuri custom?

Contacteaza echipa Weryon.