Skip to main content

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? 

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,

 


Reply