Hello Docusign community!
I need to update a database whenever an envelope receives a signature (it's not enough to simply check if it's completed; I need to be notified for each signature). However, in my organization, several people send documents for signature, and I need to monitor all of them. So, how can I perform real-time monitoring of multiple envelopes sent by different users (within the same organization)? I have access to everyone's envelopes. Would this be done using an API? Can I achieve this in Python or with another resource? How?
Page 1 / 1
Hi there.
You can achieve that by creating a webhook listener using DocuSign Connect and set a trigger for completed envelopes.
That way, Connect will send a JSON with the envelope's data to the listener added to Connect. More details in this link.
Another option is checking the status of the envelopes via API using a GET statement, but if you are in a big organization, it can create a polling violation since you'd be sending a GET statement repeatedly.
The recommendation is sticking to DocuSign Connect.
Reply
Sign up
Already have an account? Login
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationDocusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.