Webhook payload JSON should match the Content Delivery API format #16586
simonbuerger
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation currently says:
However this is not strictly true. The Content Delivery API payload has all lower case property names while webhooks have all uppercase property names in the payload.
This means you can't reuse any typings and other utilities between the two types of payloads.
Beta Was this translation helpful? Give feedback.
All reactions