DocuSign callback after user signs a document
Asked Answered
M

1

5

Is there any callback DocuSign is posting in background so I know whether user signed specific document or not?

Magog answered 4/7, 2016 at 13:59 Comment(0)
N
10

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.

Nitrification answered 5/7, 2016 at 5:12 Comment(2)
Thank you very muchMagog
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.