Use Docusign UI with Basic API plan - docusignapi

Is the option to embed the Docusign UI is available under the Basic API plan as detailed in the below link?
https://developers.docusign.com/docs/esign-rest-api/how-to/embed-ui/
We don't need embedded signing but want to use the UI to prep and send the docs for e-signature.

Yes, it is. Basic API plan gives you many of the eSignature features and embedded UI is possible if you can make API calls.

Related

Automating the process of creating and configuring a new DocuSign developer account via API

Right now I'm exploring potential options for automating the process of creating and configuring new DocuSign developer accounts via API calls, as this would allow my team to greatly reduce the work needed to setup and configure these accounts manually. I can't find any information in the current DocuSign API documentation that would allow for this, and the only question I could find online was Is it possible to create a DocuSign developer account via REST calls? from 2019.
Is it possible to create new developer accounts via an API? The POST requests utilized by the UI don't look to be designed in a way that would easily allow for this.
There's an endpoint in the eSignature API called Accounts:Create that enables creating new accounts.
However, it's important to note this:
This method is restricted to partner integrations. You must work with DocuSign Professional Services or DocuSign Business Development, who will provide you with the Distributor Code and Distributor Password that you need to include in the request body.

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.

Autotask and DocuSign

Has anyone out there created an API to kick off docusign from within the equote module in Autotask?
I can't locate any references of autotask customers using docusign, nor docusign 'autotask' customers.
From the DocuSign perspective, DocuSign can be integrated with any system that allows integration. DocuSign offers both a REST API and a SOAP API, both of which enable you to add DocuSign eSignature transaction management functionality within the app being integrated. The DocuSign Developer Center contains a wealth of information about the DocuSign APIs (http://www.docusign.com/developer-center).
Since Autotask has an API that promotes "creating seemless integrations with leading...cloud- and managed-services tools" (http://www.autotask.com/main-pages/solutions/integrated-modules-features/open-api), I see no obvious reason that DocuSign couldn't be integrated with Autotask. i.e., provided that Autotask allows you to implement integration code that makes either REST API or SOAP API calls to another system, and use the API responses that you receive to subsequently implement the desired action(s) in Autotask (via their API), then integrating DocuSign with Autotask is certainly feasible.

Resources