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

Automatic Anchor Docusign Tab

I tried added "Automatic Anchor Docusign Tab" text to flat pdf. I include text with: \s1\ \t1\ \n1\ \d1\ DocuSignSignHere But did not get DocuSign tabs when I use SOAP API method SendDocument. Result page: How enable for DocuSign account…
korvinko
  • 700
  • 3
  • 10
  • 23
1
vote
2 answers

DocuSign: Cannot prefill multiple text tabs with the same label using Composite Template XML

I am trying to prefill the text tab in XML but only the first document got prefilled, I have tried the "\\*" logic too but was unable to get the all the documents prefilled. Below is the XML which I am sending as a request while generating the…
1
vote
2 answers

Custom Document Fields

I'm using the dev account and the demo.docusign.net site to test out the API. I want to create a template with a document that has custom data fields. I created a template and on the page where you drag fields on to the document, I created a…
Joe
  • 31
  • 2
1
vote
1 answer

Docusign Prefilling fields with Java and XML does not appear to work

I'm trying to send an envelope from a template using the REST API. I'm using Java with XML since the Java example is given with XML only. Here: http://iodocs.docusign.com/APIWalkthrough/requestSignatureFromTemplate My template is very simple. It…
LostAndConfused
  • 157
  • 2
  • 3
  • 15
1
vote
1 answer

Docusign: Do I need to call 'login' for every signing request?

I know that you have to call 'login' to receive your accountId & baseUrl before proceeding with a signing request. However, I'm wondering if that's required for every request that my application makes over its lifetime? Are those values (accountId…
1
vote
1 answer

Docusign How to set a locked tag view by all recipients

I want to create tags that are view by all recipients, but at the same time are locked. For example, A document with 4 recipients (3 signers and 1 CC) send in orders 1,2,3,4. I want a tag allowing the sender to enter the contract unit price,…
1
vote
1 answer

Composite Template Response Gives Invalid Request Error while creating the envelope

I have tried to create a template for composite template, while getting the response from docusign I am facing some issues. Below is the XML which I am creating for composite template. I am getting a BAD Request Error.
1
vote
1 answer

Line Break in Property- Escaping Issue

Can someone riddle me this please... An instance of the following Envelope class with the email property set to "This is line1\nThis is line 2". Essentially the emailBlurb property contains a carriage returned captured by the client application.…
Mike
  • 780
  • 1
  • 5
  • 26
1
vote
1 answer

DocuSign REST API (PHP) - pre-fill custom tags

I am working on project in which I need to use DocuSign API (PHP). This is my first experience with DocuSign and I successfully made template in DocuSign Console with roleName = signer. There I also made Custom Text Tags: address, city, state and…
nermingk
  • 23
  • 5
1
vote
1 answer

Docusign API - How to Activate "Correction" View of Envelope

Hi I am new to Docusign integration to salesforce. I have to change the status of envelope to "Correction" and I have gone through "POST" method provided in the Docusign RestAPI guide. Doing so, the docusign returns a correction url to activate the…
sam_s
  • 197
  • 3
  • 12
1
vote
1 answer

DocuSign REST API - Convert PDF form fields into DocuSign Secure field - Not Working

I am using DocuSign REST API for send document for sign. I am using Php Rest Docusign Api class. I want Convert PDF form fields into DocuSign Secure field. I have setdocumenttransformPdfFields as true as per DocuSign Rest Api guide on…
Developer
  • 11
  • 3
1
vote
1 answer

Multiple Documents using XML and C# in ASP.NET?

I'm fairly new to the DocuSign API, and have been messing with the samples with success - for single documents. My issue is that I need to send Multiple document sin a single package, and I do not want to use JSON formatting at this particular…
1
vote
1 answer

How to get customers feedback without declining in DocuSign?

I'm trying to get the customer's feedback on the quote instead of declining and entering reason. Once the customer declined I have to create a new quote and send it again instead of correcting it. Any ideas?
David
  • 13
  • 3
1
vote
1 answer

Embedded document for Signing -Docu sign REST API

I`m using REST api for embedding signing.I want to embedded a document for signing in the website for each user who logged into my website. For this I have created a Template and add some tags and set them as required. While creating the template in…
Rms
  • 11
  • 4
1
vote
0 answers

Docusign login prompt and social media icons

When completing an envelope, if the recipient already has a docusign account I noticed that he/she gets a docusign login prompt complete with social media icons. We are using docusign in a healthcare setting where social media icons don't fit and…