How can i integrate DocuSign with Sharepoint? - sharepoint

we want to send documents from share point through DocuSign. Is there any simple solution for integration between DocuSign and Share Point?

Yes you can. DocuSign has their own DocuSign for SharePoint product but it's all built on publicly available API. https://www.docusign.com/solutions/microsoft

Related

Is there any way to sign the document in our own application without going to DocuSign website?

Right now I can't find a way to have the user to sign the document using DocuSign in our own application. What I need to do:
Have the user sign the document in our own application.
Get the signature with an API from DocuSign
Any help will be so much appreciated.
Yes, this is called "embedded signing" and is one of the most popular use-cases with the DocuSign eSign API.
Here is the Node.js code example to do this:
https://github.com/docusign/code-examples-node/blob/master/lib/eSignature/examples/embeddedSigning.js

DocuSign Api signing control placement

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
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.

Can following be achieved using Docusign APIs?

I'm trying to achieve some requirements via Docusign APIs. Would like to know if it's possible before I start the project.
I've used Docusign app for Salesforce earlier, but now I'm trying to achieve some functionalities through API calls
Ability for a Signed Document sent to a contact (by clicking on a button on contact record) to be attached to the Contact record it was sent from
Ability to write back to the record from a field tagged on the DocuSign envelope
Vinay, this functionality is available using the DocuSign for Salesforce integration. If you would like to write it yourself using APIs, you can start by looking at our Apex toolkit here - https://developers.docusign.com/salesforce/guides/apex-toolkit

Does DocuSign provide REST API to integrate with our enterprise application

Can anybody please let me know if DocuSign provides access to its API(REST or otherwise) for consumption in our Enterprise Application. We have a project requirement for signing the documents via DocuSign using its API's support if any.
Need to understand if that is feasible or not.
Thanks in Advance!
Atul
Yes, DocuSign has a publicly exposed REST API that allows you send and sign documents.
API Guides are available on the Developer Center: https://developers.docusign.com/esign-rest-api/guides
as is the full API spec: https://developers.docusign.com/esign-rest-api/reference

DocuSign API Create Envelope

Currently I am using #DocuSignAPI to create envelope in which API required x and y position to add signature from recipients.
So my requirement is like if i upload the document it should be redirect to the Docusign UI where recipient would login and sign the document.
So the thing is instead of creating rest call via API.
I need some api where Docusign is going to handle by its way so i do not need to create UI for that which is very complex to build from my side.
Anyone can help me with is will be really great.
Thanks in advance
Check out this DocuSign recipe: Sign from Your App.
This sample (and many others) are available on the DocuSign Developer Center, along with tons of documentation about various integration scenarios and API reference.

Resources