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
4
votes
1 answer

How should the header X-DocuSign-Authentication be used for REST and SOAP?

What are the options in and formats for using the header "X-DocuSign-Authentication" when used for REST and SOAP?
David W Grigsby
  • 1,554
  • 1
  • 13
  • 23
4
votes
1 answer

DocuSign REST API - RecipientView Exception "UNKNOWN_ENVELOPE_RECIPIENT"

We are currently experiencing some technical difficulties whilst developing an integrated web solution using docusign. Can you advise on the following please: How do we assign an order of signing to recipients on a document based rest api call? Can…
WTP API
  • 546
  • 3
  • 16
4
votes
1 answer

Why is my WCF web service presenting this object in a different namespace with different field names?

The Context: I'm trying to integrate with DocuSign's Connect notification service. I've set up a WCF service with a method called DocuSignConnectUpdate which takes a DocuSignEnvelopeInformation as its only parameter, as specified by DocuSign. This…
Mark Bailey
  • 1,091
  • 10
  • 25
4
votes
1 answer

Does DocuSign Allow Setting Name/Email of the Sender?

The DocuSign account created is by an individual, but when using the DocuSign API to generate an envelope from a template and sending to a receiver, the name and email address of the account holder shows up instead of the company the user works…
nilay
  • 185
  • 1
  • 2
  • 8
4
votes
5 answers

Looking to integrate echosign or docusign with our zoho crm

I am looking to integrate echosign or docusign with our zoho crm. So that the information that is put into the contract is transfered into our crm. We currently use Zoho CRM is there anyone that knows if this is possible? If so where could i find…
4
votes
1 answer

Docusign Connect retry frequency when require acknowledgement enabled

What is the retry frequency for an account that has Connect enabled and the "Require Acknowledgement" setting turned on, assuming that the endpoint on our side does not reply with a successful acknowledgement each time it is hit?
aboostani
  • 103
  • 1
  • 8
4
votes
1 answer

Docusign: Dynamically Populate Fields In Document

I am using docusign to send off vendor agreements. The agreements are all the same wording, except for vendor name and address. Is there a way I can pass information to the envelope creation script (PHP) to dynamically populate name and address…
Bad Programmer
  • 3,642
  • 13
  • 46
  • 53
4
votes
2 answers

Two Templates in One Envelope with DocuSign API

I've been able to successfully start an envelope with a template using the templateID, but I'm attempting to generate an envelope with two documents inside that both have templates. In the DocuSign website interface it's possible to start a new…
Anthony Atkinson
  • 3,101
  • 3
  • 20
  • 22
4
votes
1 answer

Create an envelope without sending an email to signer

I'm working on a C#.net website and using DuoSecurity services to request electronic signatures. I want the users to sign the documents trough my web site so I decided to use the embedded signing feature. To use this feature, you first need to…
iSolutions
  • 43
  • 1
  • 4
3
votes
1 answer

Creating JWT Using SuiteScript 2.x for DocuSign API Integration

I'm updating a NetSuite integration for DocuSign to convert all scripting to SuiteScript 2.0 and update the authentication to utilize the JWT grant method, seeing as the current method looks like it will be deprecated for new applications in a…
Michael McCauley
  • 853
  • 1
  • 12
  • 37
3
votes
1 answer

Can I Combine Identities from two Authentication Schemes in ASP.NET Core 3?

I have a web application that utilizes our organization's CAS servers for authentication. I am currently developing an integration with DocuSign for this application. A user will first come to our site and sign in with CAS. Then, they can go to the…
3
votes
1 answer

DocuSign create a long lived embedded signing url?

The URL returned by the embedded signing url API method EnvelopeViews:createRecipient only lasts 5 minutes. How can I get an embedded signing URL that will last longer?
Larry K
  • 47,808
  • 15
  • 87
  • 140
3
votes
1 answer

DocuSign - Signature part from JWT configuration

Following this tutorial I'm stuck with figuring out what the part of the signature is supposed to keep. What is the final struct from the JWT to request access token? What I'm using is this…
nunojmb99
  • 143
  • 4
3
votes
1 answer

Docusign JWT Token returns no_valid_key_or_signatures (node)

I haven't been able to authenticate with DocuSign's API using nodejs. These are the steps I have followed; I got the DocuSign code example running with JWT grant for node. I generated an Integration Key in the Sandbox environment I stored my…
3
votes
2 answers

Docusign Error while requesting server, received a non successful HTTP code Completed with response Body: {"error":"consent_required"}

Added supported scopes by docusign for integration key in admin connected app still getting consent required error: Here is whatever scopes added against integration key
Kaishu
  • 181
  • 4
  • 13