-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/deserialization of callback events #92
base: main
Are you sure you want to change the base?
Conversation
* message inbound * contact create
The updates in this PR are going to the right direction, but in the current state, it's difficult to provide an approval:
|
Thanks for the review!
Updated, it is more clear?
Updated the description, it's more clear? |
https://tickets.sinch.com/browse/DEVEXP-622
Add
JsonPropertyName
for hooks models where it was missing. This is required ifSystem.Text.Json.Serializer
is used.Add methods to
Conversation.Webhooks.Deserialize
to help deserialize hooks out of the box.Add tests for hooks deserialization