I'm using Docusign to create automatic envelopes but I want to save the signed envelope on my server. What's the best practice to do this?
Could I use the connect function? When yes, how will the request look like? (I can't find a documentation)
I'm using Docusign to create automatic envelopes but I want to save the signed envelope on my server. What's the best practice to do this?
Could I use the connect function? When yes, how will the request look like? (I can't find a documentation)
Not sure what language you are using or if you're using the SDK but we have lots of resources on Connect and how to use it.
https://www.docusign.com/blog/dsdev-common-api-tasks-add-a-connect-webhook-to-your-envelopes shows you how to do that in all 6 SDK languagues.
https://www.docusign.com/blog/dsdev-adding-webhooks-application gives you some background about how to configure Connect webhooks
https://developers.docusign.com/platform/webhooks/connect has all the information and code example for how to use Connect