diff --git a/docs/panel/webhooks/sync.md b/docs/panel/webhooks/sync.md index 52ba59b7..18c031d4 100644 --- a/docs/panel/webhooks/sync.md +++ b/docs/panel/webhooks/sync.md @@ -35,6 +35,7 @@ All sync webhooks generate a payload according to the following schema: "subject":"content-object", "event": "pre-create", "sequenceNumber": 0, + "contentTypeName" : "ContentTypeName", "payload": { ... <-- this is the object that was originally sent to Flotiq } @@ -136,4 +137,4 @@ In case the remote system fails to respond according to one of the formats descr in such case please check the following: 1. Make sure the remote system is returning a proper `200` or `400` response, as described above. -2. Check remote system's logs to verify the cause of misbehaviour. \ No newline at end of file +2. Check remote system's logs to verify the cause of misbehaviour.