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

Docusign Connect: Send status notification when unable to deliver to Recipient

I'm successfully working with Docusign Connect, but I would really like to see a status notification when Docusign is unable to deliver an email to one of the recipients specified in an envelope. Is this possible?
perryqh
  • 31
  • 3
1
vote
2 answers

Using APIServiceSoapClient for DocuSign

Im tring to user the DocuSign api/sdk to send a document for someone to sign. The examples say something like: //.NET APIServiceSoapClient apiService = new APIServiceSoapClient(); apiService.ClientCredentials.UserName.UserName = "Your DocuSign…
1
vote
2 answers

Recipient tab x/yposition mismatch

I can successfully add various tabs to a recipient of an draft envelope via the REST API. However, when I go to look at the target document via the manage tab of the website and I check the settings on the tab, the location values are completely…
Daniel Przybylski
  • 462
  • 1
  • 6
  • 18
1
vote
1 answer

If we do not require login on DocuSign, will signer still have same signature?

If we choose the option to NOT require the login if the signer has an account, will the signer still use the same signature as if they were logged in to their account? TIA -VG
vg_mnet
  • 33
  • 3
1
vote
2 answers

eventNotification XML structure

I'm sending a document for signature following "Send an Envelope or Create a Draft Envelope" in the docusign rest api v2, page 93. The document gets sent and signed, but I'm having a problem with the event notification feature. I'm a little…
Trying...
  • 127
  • 9
1
vote
1 answer

Docusign API- disable tool tip in template fields?

Wasn't able to find this in the REST API guide or a related question. Currently it appears that tool tip text on hover is default behavior when working with a template. Is there a way to disable this en masse? I didn't see a config option in…
Todd
  • 459
  • 5
  • 18
1
vote
1 answer

DocuSign API: Pre-filling radio group tabs for template

I have radio groups setup in my DocuSign template, and am trying to fill it up while creating an envelope using the template. Here's the XML structure that I've made:
nilay
  • 185
  • 1
  • 2
  • 8
1
vote
2 answers

Upload Documents using API

Is there a way to upload documents to docusign using the API? I have a web form with over 150 fields, and users fill everything out on my website. I'd like to avoid creating data fields in a template and passing all the values. I can have the fields…
Trying...
  • 127
  • 9
1
vote
1 answer

Getting started with the Docusign API

I want to make sure I am on the right track as I have been having some problems getting started with the API. I am looking to maintain a list of product application PDFs as templates on docusign. When a customer comes to our site and wants a…
Sam
  • 134
  • 1
  • 5
1
vote
2 answers

Clarification on REST APIs around user management in an account

I recently created a docusign developer account and integrator key and was playing with docusign REST APIs and had some questions I can retrieve full list of users under my account by using following REST…
somesh
  • 21
  • 6
1
vote
1 answer

User does not have the permission to the CreateEnvelopeFromTemplates method

I created a demo account, and am trying to create a new document from a template that I have saved. Idea is that when user registers in an application, an NDA is sent out for that user to sign. I have created the template and run through its process…
AllynWA
  • 41
  • 3
1
vote
1 answer

docusign :: how to void a "in-progress" envelope?

Please help. I have been trying to void a "in-progress" envelope with one signature out of three signatures, but I receive this error msg. I follow the instruction from :…
1
vote
1 answer

Adding Docusign Template array into REST Header

So I'm back again. My problem is this: I have an array of Docusign Templates from checkboxes in a Codeigniter view:
  • duckie715
    • 165
    • 3
    • 13
  • 1
    vote
    2 answers

    How do I use the API to get the information shown on Docusign's Envelope History screen

    I would like to have a page on my website that displays the information shown on the Envelope History screen (Envelope Details and Activity history). Is that possible, and if so, how? I'm using the REST API…
    1
    vote
    1 answer

    How do I initialize the Docusign Embedded Sending View to the first screen

    I'm using the REST API V2. I've successfully used the API to created an envelope from a document. In the request body, I embedded a document and json data for a recipient. I then used the API to embed the sender page (Embedded Sending View) inside…