Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DocuSign callback after user signs a document

Tags:

docusignapi

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

like image 397
FosAvance Avatar asked Jul 04 '16 13:07

FosAvance


1 Answers

Yes you can setup webhooks with DocuSign, you can use DocuSign Connect module or eventNotifications object in the envelope definition to configure the callback URL etc.

You can also poll the DocuSign platform asking for 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.

like image 168
Ergin Avatar answered Nov 15 '22 15:11

Ergin