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

Docusign live account authentication using REST API not working

I am new on Docusign. I have developed a application using REST API on PHP language. In demo account everything is working fine. But in live account does not working. Error is calling webservice and status is 0. I tried many way but can't solve.…
Subir Das
  • 57
  • 9
1
vote
1 answer

Sending via the Quote

I have the following custom code that I am placing on the Opportunity object. I want to click this custom Send With DocuSign button and have it load the most recent's quote's attachments. My code is unfortunately not working. Is there something I…
user3582197
  • 59
  • 2
  • 9
1
vote
1 answer

DocuSign - File or directory not found

I'm using the Docusign Rest API, and I am successfully authenticating with my developer account. I am calling a template for embedded signing, but am not getting any results. Below is the error message that I receive: Error Message: 404 - File or…
Elijah Murray
  • 2,132
  • 5
  • 30
  • 43
1
vote
3 answers

Docusign XML Composite Templates

In documentation available at https://www.docusign.com/developer-center/explore/features/templates, it shows the "compositeTemplates" as a property of the EnvelopeDefinition in one example. In the "Sample Request using compositeTemplates" the…
1
vote
0 answers

Defining recipient types (i.e. certifiedDeliveries) when sending an envelope from a template via API only

I am integrating Docusign into an application that requires new accounts to sign a contract. There are two signers - the account holder and us. When both sides have signed I would like the completed, signed document emailed as an attachment to our…
Cristian
  • 1,051
  • 7
  • 10
1
vote
2 answers

Boundary not found in request

I am getting the error: An error was found while parsing the multipart request. Boundary terminator '--BOUNDARY--' was not found in the request. I have tried debugging with Firefox and chrome with same results. Any help would be greatly…
Hugh
  • 17
  • 1
  • 7
1
vote
1 answer

DocuSign API : Captive recipient

I am using SOAP based API call "CreateAndSendEnvelope" to create an envelope into my DocuSign account for remote recipients. I haven't used captive recipients and I also have not created any envelopes from templates so far. My main reason for not…
1
vote
1 answer

Any documentation or code on Java SOAP DocuSign

I am looking for documentation or code on Java SOAP DocuSign. I tried finding information on DocuSign site but hard luck could not get anywhere
1
vote
1 answer

Automatic font change in templates of docusign

Recently I have changed my template on docusign web console. And after that I observed that all the docusign field's font has been changed to some other font. I have set it as Times new Roman earlier, but after latest template change its showing…
1
vote
1 answer

Is it possible to "Center" Align Data Field in docusign

I would like to if it is possible to "Center" Align the content of a Data Field in Docusign? I have a template with document in which for one value it is required to be CENTER aligned. Any reference would be greatly appreciated!!!!
linux developer
  • 821
  • 1
  • 13
  • 34
1
vote
1 answer

Not enable to connect salesforce account to docusign connect

I'm trying to connect my docusign account to my salesforce account, developer version. My docusing account > preferences > Connect in this stage, I have to configure salesforce with docusign but eventhough I clic on the link, no configuration…
Kawtar Brazi
  • 111
  • 2
1
vote
3 answers

Docusign: Python code not able to upload PDF formats

I have implemented embedded signing using python(Have followed the code given in Docusign samples). Everything works good with .txt files. Just any other format gives me an encoding error. UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in…
KetanJogani
  • 306
  • 2
  • 20
1
vote
1 answer

DocuSign, unable to upload templates from different accounts

I am unable to upload template from one account to another (dev <---> production) as I keep getting the error message "Unable to transform template 'some template name' This account lacks sufficient permissions. SAML Authentication is not…
Remy
  • 99
  • 10
1
vote
0 answers

Get template information from an envelope

The /accounts/{accountId}/envelopes/{envelopeId}/templates API call can return which templates were applied to any of the doucments within an envelope, and returns information like this: { "templates":[{ "name":"String content", …
Brian M.
  • 826
  • 1
  • 8
  • 16
1
vote
2 answers

DocuSign API SetBody Objective C

I'm trying to use a service of DocuSign API in an objective C project. This link shows what data I've to add to body but I'm still starting with objective C development and I can't know how do it. I tried the following but I received nil…
nsanchez
  • 132
  • 2
  • 12