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

Adding document(s) to draft envelope

Does anyone have any success adding documents to a draft envelope following the examples in the REST API? Add Documents to a Draft Envelope - I can't get this to work at all. Add a Document to a Draft Envelope - I have partial success. On the web…
1
vote
2 answers

Reuse/alter a DocuSign envelope, to update its document PDF, once the envelope is In Process

We need to be able to handle a scenario where the document PDF needs to be updated and resent, after the envelope is In Process. Do we always need to create a new envelope or can we reuse the current envelope ID? Our process goes roughly like…
user2843522
  • 43
  • 1
  • 5
1
vote
1 answer

Downloading populated pdf after generating envelope

We are using embedded Signing feature. We are using templates for generating envelopes for embedded signing. We have a requirement for downloading pdf (before signing). This pdf should contain pre-populated data in envelope. We have tried to…
Ashay Thorat
  • 643
  • 5
  • 12
1
vote
2 answers

Automatically add tags

Using MS Word documents as our source files, is there a way to include special token characters or MS Word fields inside an uploaded document so that Dousing can read the special tokens or field and replace them with the appropriate tags and…
user2711881
  • 11
  • 1
  • 2
1
vote
2 answers

DocuSign create and send envelope unspecified error

I'm having some trouble getting the DocuSign API understood properly. My first task is to simply send and create an envelope. I created a PDF (in iOS) using a UIView and Core Graphics. I then went ahead and put Anchor tabs in the sections where I…
Keyd
  • 163
  • 1
  • 7
1
vote
1 answer

Manage/Restrict access of users, contacts and leads in AppExchange product DocuSign

I am using AppExchange product DocuSign for sending documents to end-user for digital signature in one of the objects in SFDC. I am doing it using 'Send with DocuSign' button in the detail page. My questions are: Can we manage/restrict the…
kapcsbit
  • 107
  • 6
1
vote
1 answer

Iterating over PDFBytes data and writing to separate text files

Is there any way to properly iterate over an array in my listener that contains the PDF byte data for each PDF and have it write each one to a separate text file? I've been working on this for three days and can only get it to write the first one…
duckie715
  • 165
  • 3
  • 13
1
vote
1 answer

Duplicate fields on signing interface

I am building up an envelope using multiple templates through the API using CreateEnvelopeFromTemplates. Sometimes the server side templates used to build the envelope contain the same logical fields e.g. two templates used, both have fields of…
Mark Kennedy
  • 421
  • 5
  • 9
1
vote
1 answer

Attachments on iPad in iFrame docusign

I am using iframe to get document signed by clients on ipad. There are attachments as well for each signer, but before attaching the captured image, I want to resize it. Is there a way to resize an image before attaching it with document.
ShahabEjaz
  • 23
  • 1
  • 4
1
vote
1 answer

Getting TAB_PAGENUMBER_IS_NOT_IN_DOCUMENT despite not using any page numbers

I am making a POST request to /v2/accounts//envelopes. Here is the error I am getting: { "errorCode": "TAB_PAGENUMBER_IS_NOT_IN_DOCUMENT", "message": "The pagenumber specified in the tab element is not in the document that the…
muhuk
  • 15,777
  • 9
  • 59
  • 98
1
vote
1 answer

DocuSign Connect XML Export Using Custom Listener

I'm new to both DocuSign and the Rest API. I'm attempting to familiarize myself with how DocuSign connects and downloads using a custom listener (in PHP) with the API Walkthrough located at…
duckie715
  • 165
  • 3
  • 13
1
vote
1 answer

Partner Authentication Failed

Does the Developer's Integrator Key expire after a certain period of time? And if so, is there a way to reset it without going through registration again? I am testing some rest calls and the response I received was: "errorCode": "PARTNER…
1
vote
1 answer

How to use Docusign API to get one link for multiple signatures

Hello Docusign Team Member, Currently we are using the docusign for e-signatures and it is working very well. However, we need to integrate to with our internal project management tool called as AtTask. AtTask has its own approval process, all I…
1
vote
1 answer

Tab's yposition is inconsistent across TabTypes

I'm using the SOAP API to specify the positions of tabs on a document using their x and y coordinates. I've noticed that when I use "FullName" or "DateSigned" TabTypes the tab ends up around an inch higher on the PDF than if I used the "SignHere" or…
1
vote
1 answer

Docusign Get Demo Integrator Key Doesn't Return a Key

I just signed up for DocuSign Developer Center, and trying to use the REST API, but Docusign Get Demo Integrator Key Doesn't Return a Key. Can anyone help ? Thanks
1 2 3
99
100