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

How to Delete or deprecate completed Envelope

I have the following scenario: Sender "S" creates an envelope for Recipient1 "R1" and Recipient2 "R2" via the API. R1 and R2 sign, and the Envelope "E1" is completed. Some conditions change in the system, which causes S to send a new envelope to R1…
oscarmorasu
  • 901
  • 3
  • 11
  • 28
1
vote
1 answer

Customize Landing pages

I am using SOAP API to send the envelopes. I see that once the signing is complete, the user gets redirected to the URL specified under Branding -> Sign Complete. Is there a way to customize the "You have completed your documents" popup which shows…
NVN
  • 81
  • 8
1
vote
1 answer

EventNotification in DocuSign SOAP based API

I am using EventNotification with DosuSign SOAP based API. The problem is i am not received any Request on the URL (that i mentioned in the definition of Event Notification) when any event occurs for Envelope. Following are my code snippet: (here i…
1
vote
1 answer

Error creating DocuSign Envelope via DocuSign Rest API (with multiple documents and multiple recipients)

I am trying to create an Envelope in DocuSign with multiple documents using the DocuSign REST API, I'm using a multipart/form-data request, I use JSON to define the attributes of the envelope, I check my JSON and I think it is OK. Below that I…
dhernandez
  • 77
  • 3
  • 11
1
vote
1 answer

Docusign Rest API, receiving "USER_LACKS_PERMISSIONS" when doing Send on behalf of

I am creating envelopes and everything was working fine before I included the SendOnBehalfOf tag. I am receiving the error, "USER_LACKS_PERMISSIONS". I have checked my account permissions and the Send On Behalf Rights (API) is checked as well as the…
user3002092
  • 495
  • 2
  • 11
  • 29
1
vote
1 answer

Connect Service - Are all Documents returned as PDFs?

In the connect service, are all documents, regardless of their original type returned as PDF? For example, send a jpg for signing. Will a PDF be returned via the connect service?
Skenflow
  • 129
  • 1
  • 9
1
vote
1 answer

Getting all tabs from a template using REST DocuSign API

I was wondering what the best approach is to get all the tabs from a template using the REST API. What I am currently trying to do is get all the recipients and all of their tabs so that we can default some of the values as well as lock fields that…
Paul S.
  • 149
  • 1
  • 11
1
vote
3 answers

Incorrectly applied server templates with multiple composite templates

I've been working on integrating the DocuSign REST API into my company's app. Things are mostly working, but there is still one problem. If I upload multiple (>= 2) documents, each with an associated server template, then all of the templates end up…
1
vote
1 answer

How do I docuSign multiple documents in an envelope once using docuSign Rest API?

I am creating composite templates that work correctly and I'm running into this issue. I am adding 2 templates to sign via docusign. I set the routing orders for both of them as shown below: Form 1 Order 1 RoleName signer …
user3002092
  • 495
  • 2
  • 11
  • 29
1
vote
1 answer

Envelopes not getting pulled in certain time

We are pulling the envelops using REST API for a particular date. It works fine, but noticed that some envelopes are not getting pulled.If there are envelopes submitted around 12 am ( we have a team in India, who submit at their time), those are not…
1
vote
4 answers

Is there a way to force an envelope in docusign api to be wet signature only?

I'm trying to create an envelope that will only allow for a wet signature using the docusign api. Is there any functionality for this? I haven't been able to find it where I've looked. I know there's an enableWetSign property, but that still allows…
user3002092
  • 495
  • 2
  • 11
  • 29
1
vote
1 answer

Adding documents to envelopes using composite templates in DocuSign

I'm trying to add documents to a composite template using the docusign api and the documents aren't loading into the envelope the way I would expect it to. I currently have my code working with a test json where I add documents without using…
user3002092
  • 495
  • 2
  • 11
  • 29
1
vote
1 answer

How do I apply a template to a document using Docusign REST API

I'm currently working with the docusign rest API and I'm wondering if anyone has an example of how I can add documents and templates in one envelope. I have access to the template id's I need and I've used composite templates to create an envelope…
user3002092
  • 495
  • 2
  • 11
  • 29
1
vote
1 answer

Docusign email notification for embedded signing case

I am using the embedded signing api using JSON requests to create online signing sessions in the broswser. There is only one prospective configured in the template and the authencitcation method is email. I do not want the email address that I am…
Infinity
  • 368
  • 5
  • 17
1
vote
1 answer

Limit visibility on documents

Using the API, Considering the following envelope with two signers, S1 and S2 and three documents D1, D2, D3: For D1: Contains tags for S1 and S2. For D2: Contains tags for S1 only. For D3: Contains tags for S2 only. I have a requirement where S1…
oscarmorasu
  • 901
  • 3
  • 11
  • 28