You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured DocuSign Connect (webhook) to receive real-time data. In this regard, is there any model which would be deserialized from JSON value to that model. I have also attached sample JSON response (got from DocuSign).
No, I had not tried yet, but I made own class with some fields required for my specifications and I have also added some pre-built models to my model (like EnvelopeDocument and CustomFields). I will try and let you updated.
I have tried right now, everything seems good but I found a problem, I have pdf documents (base64 string) in my web-hook (json) response and there is "PDFBytes" field value which is not member of "EnvelopeDocument" model.
This "PDFBytes" json base64 string value helps me to get completed (signed) documents from DocuSign so we can further process it in our system/save.
I have configured DocuSign Connect (webhook) to receive real-time data. In this regard, is there any model which would be deserialized from JSON value to that model. I have also attached sample JSON response (got from DocuSign).
webhook-2.txt
The text was updated successfully, but these errors were encountered: