Is there any callback DocuSign is posting in background so I know whether user signed specific document or not?
DocuSign callback after user signs a document
Asked Answered
Yes you can setup webhooks with DocuSign, you can use DocuSign Connect module, or the eventNotification
object in the envelope definition to configure the callback URL etc.
You can also poll the DocuSign platform asking for the status of specific envelopes, however, there are hourly API rate limits in place so you should avoid polling when possible.
See the Status and Events page in API Docs for more info on these 3 methods.
Thank you very much –
Magog
The above link is outdated. I've searched the docs and haven't figured out where this information lives now. –
Culdesac
© 2022 - 2024 — McMap. All rights reserved.