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
0 answers

Write data back to Salesforce to envelope recipient (contact)

I have a question about writing data back to Salesforce from a DocuSign generated document. The document is sent from an opportunity to Docusign, in the document I want to write back a custom field of the recipient (contact). The DocuSign document…
Ingo Sahm
  • 11
  • 2
1
vote
0 answers

Revoking Docusign OAuth Tokens for normal docsign accounts

I am posting this here, as Docusign has requested all docusign api questions be placed on StackOverflow: REFERENCE I have been working on a Docusign application that uses their OAuth flow. In order to test this, I have been using my free account…
Bowser
  • 86
  • 5
1
vote
1 answer

Get recipient view not working for composite envelope

I want to create a composite envelope and then do an embedded signing. The issue is that the envelope is created but the call to get the url fails. First I create the composite…
Bill Heine
  • 13
  • 3
1
vote
1 answer

Can you use the Any Signer feature in a (REST API) embedded process?

I'd like to use the Any Signer functionality, but our signing application uses embedded signing only. Can you use Any Signers in an embedded process? The problem I run up against is that I can only get Any Signer working for non-embedded signers. …
user2843522
  • 43
  • 1
  • 5
1
vote
1 answer

Create DocuSign Envelope with Custom Fields

I am trying to add custom fields at the envelope level via the REST API and cannot get the values to be retained. The custom fields have been defined in the UI and come over in the envelope, but without the value that was assigned. If I add a…
David
  • 15
  • 1
  • 3
1
vote
1 answer

Need Minimum number of sign tab in docusign api

I am sending an envelope with sign in anywhere option provided by docusign API. I would like to request minimum 3 signs with sign in anywhere option. Is that possible with Docusign API ? I already google this but I am not able to find exact solution…
teshvenk
  • 403
  • 3
  • 8
1
vote
1 answer

DocuSign "View Documents" button does not reflect branding - company name

We are a third party service provider that relies on the branding feature of DocuSign to appear that all documents come from our clients. For the most part, this works very well. The only issue we are struggling with is the loss of branding when a…
Oakbrook
  • 11
  • 1
1
vote
2 answers

Send Draft Envelope

I am trying to send a draft envelope using the rest xml api I have saved but I get a Bad Request error. This is the code I have: string url = baseURL + "/accounts/" + loginAccount.accountId + "/envelopes/" + envelopeID; string requestBody =…
EpicDev
  • 27
  • 5
1
vote
1 answer

What are the possible values for DocuSign account time zone from DocuSign Connect update?

I am using DocuSign Connect/DocuSign Event Notifications to update DocuSign envelope/recipient statuses. I have written a .net application that parses an XML posted by Connect/Event notifications to update the statuses. Since each of my client's…
1
vote
1 answer

which password to use for DocuSign API with SSO enabled

With SSO enabled, each user's password is managed by the company AD server. Applications usually do not have password information. To make a DocuSign API call, username, password and IngratorKey are required. How do I make API call from the…
1
vote
2 answers

DocuSign Document URL

Once the customer signs the document electronically I want to save the link to the signed document. How can I get the url to the DocuSign document once we create the envelope. I did find that https://docusign.net/Member/EmailStart.aspx?m= is one…
1
vote
1 answer

Issue with sending envelope for signing using API (but website works)

I am using the DocuSign sandbox to try to create a program that automatically sends documents for signing to new hires. Using the request signature tab here: http://iodocs.docusign.com/#?version= and filling it out with the appropriate information…
Damen
  • 13
  • 3
1
vote
1 answer

After you JSENDCODE text, how do I keep the proper format of an apostrophe?

I'm attempting to pre-populate data into a visualforce page utilizing a custom button. In my use case, this is DocuSign custom button logic. I will be providing Salesforce merge fields as well as text strings. I've successfully coded URLENCODE in…
WTP API
  • 546
  • 3
  • 16
1
vote
1 answer

DocuSign connect

I do not know if I missed this information, but it seems to me that nowhere is written what the REST listener should return when it is called by the DocuSign connect. Should it return a kind of formatted response? Thank you, Marco
Marco Altieri
  • 3,726
  • 2
  • 33
  • 47
1
vote
1 answer

In Salesforce, how do I reference data from AccountContactRoles?

I'm attempting to build a custom button with DocuSign for Salesforce. The goal is to automatically populate contacts within Contact Roles Related list as Recipients for my envelope. However, I'm having trouble referencing Salesforce standard fields.…
WTP API
  • 546
  • 3
  • 16