Hi there, What are the classes in smartsheet-csharp-sdk for webhook callbacks?
I can see two call backs that will have different classes for callback to the CallbackUrl
- Verification
- Callback Event
But I don't see the classes in the SDK that I should be getting back?
Any ideas or examples of the C# call back process?
P.S. The reason I ask is spinning up debug on this is not easy, you have to build and deploy as the call back will only work on an external IP with a valid Cert, so I cannot easily discover the return object shapes.