5

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

Ergin
  • 9,254
  • 1
  • 19
  • 28
FosAvance
  • 2,363
  • 9
  • 36
  • 52

1 Answers1

9

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.

Joe
  • 2,352
  • 20
  • 38
Ergin
  • 9,254
  • 1
  • 19
  • 28