Skip to main content
Solved

Embed Docusign Document for Signature in Webpage

  • October 2, 2018
  • 1 reply
  • 31 views

Forum|alt.badge.img

We are looking to embed a DocuSign offer letter into a webpage experience. Do we are going to send candidates a unique URL that takes them to a welcome experience and we need to embed the DocuSign document specific to their offer on a webpage. Has anyone done a unique DocuSign like this? 

Best answer by Community Expert

This is extremely common using the DocuSign API. When you generate the envelope via API, you flag the recipient as an embedded signer by assigning a ClientUserID. Your web application is responsible for authenticating the recipient and then sends an API call to DocuSign requesting a URL for the signing session. You re-direct the user to that URL and manage their experience within your web site.

Read more about (https://developers.docusign.com/esign-rest-api/guides/features/embedding) Embedded Signing .

Regards,

 

View Original
Is this content helpful?

1 reply

Forum|alt.badge.img

This is extremely common using the DocuSign API. When you generate the envelope via API, you flag the recipient as an embedded signer by assigning a ClientUserID. Your web application is responsible for authenticating the recipient and then sends an API call to DocuSign requesting a URL for the signing session. You re-direct the user to that URL and manage their experience within your web site.

Read more about (https://developers.docusign.com/esign-rest-api/guides/features/embedding) Embedded Signing .

Regards,