Skip to content

Commit

Permalink
Merge pull request #193 from flotiq/feature/lifecycle-webhook-content…
Browse files Browse the repository at this point in the history
…-type-name

contentTypeName in sync webhook
  • Loading branch information
andrzejwp authored Oct 27, 2023
2 parents d169d42 + 4c9a92c commit 324767b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/panel/webhooks/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -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.
2. Check remote system's logs to verify the cause of misbehaviour.

0 comments on commit 324767b

Please sign in to comment.