0
votes

I need to integrate docusign into our portal.Our users will come to our portal and then upload documents and using DocuSign API we need to sign docs. I was able to get it working embedded. Now the problem is the placement of signing controls (Where the signature should appear in the docs)

Can I upload the documents to DocuSign portal straight and then using API sign it from my portal? The idea is that the envelope creator can place all the signature using the nice interface in DocuSign...Would this be possible?

Or is there a way I can integrate the placement of signing controls part on my portal using DocuSign?

Any thoughts would be greatly appreciated.

thanks

1

1 Answers

1
votes

Yes, you can do that. Check out this code example on the DocuSign Developer Center: https://developers.docusign.com/esign-rest-api/code-examples/code-example-embedded-sending If you told me which code lang you use - I can put some code in here too.