The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client. https://www.docusign.com/devcenter
MIT License
97
stars
88
forks
source link
EventNotification: webhook doesn't get data in the json format #179
Hey, thank you so much creating this amazing library in python!
I am working on per-envelope webhook and this is what I've in my EventNotification. But even after mentioning the format of the data in event_data, I'm still getting the data in xml format in my webhook.
Any information on why this might be happening would be really helpful, as I seem to can't figure this out..in terms of debugging is it possible to check the per-envelope configurations(that we set via the api) in docusign web app?
Hey, thank you so much creating this amazing library in python!
I am working on per-envelope webhook and this is what I've in my EventNotification. But even after mentioning the format of the data in event_data, I'm still getting the data in xml format in my webhook.
Any information on why this might be happening would be really helpful, as I seem to can't figure this out..in terms of debugging is it possible to check the per-envelope configurations(that we set via the api) in docusign web app?
Thank you!