docusignapi - DocuSign callback after user signs a document -
is there callback docusign posting in background know whether user signed specific document or not?
yes can setup webhooks docusign, can use docusign connect module or eventnotifications
object in envelope definition configure callback url etc.
you can poll docusign platform asking status of specific envelopes there hourly api rate limits in place should avoid polling when possible.
see status , events page in api docs more info on these 3 methods.
Comments
Post a Comment