Reputation: 37
I am trying to integrate Docusign to my web application. The workflow is as follows:
Is this workflow at all possible?
Does Bob have to have a Docusign account? Or can I (web application) send esignature request on behalf of Bob?
EDIT/UPDATE Does Bob have to authenticate via docusign on my website? If so, is Bob charged for this or our docusign dev account? Can out website send the document to Alice on behalf of Bob?
Upvotes: 0
Views: 71
Reputation: 642
If your flow is as below
In the above case, Bob and Alice will both will be signers so they will be notified once the document is in a completed
state (both have signed.)
User can configure their own email notification settings manually via the DocuSign web UI, see: https://support.docusign.com/guides/ndse-user-guide-manage-notifications.
OR
If you don't wish to change your flow,
Then configure the webhook
then once Alice signs the document, it will be in a completed state. webhook will be triggered. then can trigger emails from your application. Have a look at the webhook document here.
I hope this will help you.
Upvotes: 1