Questions tagged [docusignapi]

This tag can be used for programming related questions which may involve implementation of DocuSign technologies. Questions that do not involve programming are not on-topic. DocuSign System of Agreement products include eSignature, Click, Notary, CLM (contract lifecycle management), Rooms, and more.

This tag is for questions and knowledge sharing surrounding the use of DocuSign's REST or SOAP APIs. DocuSign's APIs can be integrated into any website, app, or embedded system that can make HTTP requests.

Main Resource: DocuSign Developer Center

Language-specific libraries: DocuSign GitHub Repository

Common tasks you can accomplish with the DocuSign APIs:

  • Request legally binding signatures on virtually any type of document
  • Embed document signing into your app or website
  • Collect form-data from recipients
  • Track documents in real-time
  • Enable multi-factor recipient authentication
  • Much more...

See the DocuSign DevCenter page for code samples showing common API workflows like sending documents for signature, embedded signing, polling for status; API reference documentation and more.


Tag usage

The tag is used for programming related questions with DocuSign technologies.

For non-programming DocuSign questions, please visit the DocuSign Community


5986 questions
1
vote
1 answer

Not able to pass in values to docusign template

I'm trying to figure out how to pass in form field values to my docusign template. I looked at the v2 API docs but found nothing.
user2395365
  • 1,991
  • 4
  • 18
  • 34
1
vote
1 answer

DocuSign for Salesforce Custom Button - Auto Populate Recipients

I have a custom button in Salesforce that I am trying to configure to auto populate the recipients. I have a custom Salesforce object 'Approver' that is related to the object I have the custom button configured for. The approver object is a lookup…
goconnor
  • 11
  • 1
  • 3
1
vote
0 answers

DocuSign Bulk Download Documents

I'm working on the API to mass download DocuSign completed envelopes. As of now, everything is working correctly and I can put in a user's full name and it pull all completed documents in this format: "Subject of the email"-"envelopeid".pdf While…
Eric
  • 167
  • 1
  • 9
1
vote
1 answer

After a DocuSign envelope is Signed, what "processing" occurs before triggering the Completed event?

According to the DocuSign documentation, the envelope status will move automatically from Signed to Completed after "processing": Signed: This event is sent when the envelope has been signed by all required recipients. Note that this is a…
AlannaRose
  • 123
  • 8
1
vote
0 answers

DocuSign embedded signing link redirected to an envelope setup page

I am trying to use Embedded Signing feature of DocuSign on the Salesforce platform. I followed the Java version from the documentation (http://iodocs.docusign.com/APIWalkthrough/embeddedSigning). I was successfully able to integrate and get the…
samwise
  • 11
  • 2
1
vote
1 answer

DocuSign Default Print Destination deployment

I am hoping someone can help me with a deployment of DocuSign. I am trying to deploy out the DocuSign driver silently to machines, but I need to have the machines default print destination changed from DocuSign Web to DocuSign Web NA2. I would like…
1
vote
1 answer

DocuSign Connect X509 Certificate

I am implementing validation for connect service similar to the question Validate certificate for Docusign Connect with X509 certificate enabled I have everything working as expected. My concern is the certificate that I downloaded and installed is…
VishnuI
  • 55
  • 6
1
vote
2 answers

WARNING: More results were found in Get-SPSite but were not returned. Use 'Limit -ALL' when attempting to set credentials

When attempting to set the credentials on a SharePoint site with the DocuSign feature activated I get the warning: "WARNING: More results were found in Get-SPSite but were not returned. Use 'Limit -ALL' to return all possible results." The regex…
tunacode
  • 65
  • 1
  • 8
1
vote
1 answer

Create Docusign envelope with REST API using document bytes: "cannot convert"

I am following the API walkthrough for creating an envelopes here using Python: http://iodocs.docusign.com/APIWalkthrough/requestSignatureFromDocument The process works fine with a simple text file. For instance, if I create a text file "file.txt",…
Delos Chang
  • 1,823
  • 3
  • 27
  • 47
1
vote
1 answer

Docusign REST v2 API : Populating Tab text data when creating an envelope via template

First time that I've used the Docusign API and it seems great.. but am having issues... I've tried a number of various changes to my XML format and just cannot get any tabs to populate with data via my API call. I created a simple template & a…
ejhost
  • 171
  • 12
1
vote
1 answer

Docusign distributorPassword or an AppToken for a demo account?

Can someone tell me how to get the distributorPassword or an AppToken for a demo account? I am trying to use the Create Account call (https://demo.docusign.net/restapi/v2/accounts) in the Docusign REST interface. This call requires a distributorCode…
huston
  • 13
  • 3
1
vote
1 answer

How to add document in DocuSign

I have following request to be sent to DocuSign API, "emailSubject": 'DocuSign API - Signature Request on Document Call', "documents": [{ "name": test.pdf, "documentId": 1, …
jyoti
  • 101
  • 1
  • 9
1
vote
1 answer

Docusign API with ColdFusion retrieve PDF - documents/combined

I am trying to retrieve the signed documents from Docusign - and save the PDF file locally. I have tried multiple ways to attempt to extract the PDF out of the returned cfhttp data. Seems I can get the correct number of pages in the PDF document I…
Torsten
  • 29
  • 3
1
vote
1 answer

Retrieve documents from DocuSign using a signer's email address

I want to be able to query the DocuSign REST API for a list of envelopes that are associated with a signer's email address, which I will pass in with my API query. This would be the same functionality as going to DocuSign.net, then clicking on…
Ryan
  • 13
  • 2
1
vote
2 answers

Docusign Embedded Signing URL Demo Account No Longer Working

We are using the embedded signing API using JSON requests to create online signing sessions in the browsers. The demo docusign signing URL's returned by Docusign are no longer working. We are testing the signing sessions again after a…
Infinity
  • 368
  • 5
  • 17