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 one envelope with multiple server templates

I have had plenty of success using docusign API with single template, roles, tabs, etc... My use case is now: 1) Have a single envelope that contains multiple server templates 2) The roles will be the same for both server templates 3) However…
jchancel
  • 37
  • 5
1
vote
1 answer

Is it possible to customize the Email stylesheet of DOCUSIGN

I am new to docusign and currently exploring the feature to send email when an envelope created for a template. I can see "Docusign" allows the user to customize the content of EMAIL by updating the email resource. however my question is, Is it…
linux developer
  • 821
  • 1
  • 13
  • 34
1
vote
1 answer

How to use Custom Fields on the envelope

I am new to DOCUSIGN and learning the features of it. I could see there is a feature to create custom Fields for a template. I am not able to find the documentation about how to use custom fields in the envelope. Is it possible to use the custom…
linux developer
  • 821
  • 1
  • 13
  • 34
1
vote
1 answer

Docusign Invalid E-Mail

I'm receiving an "INVALID_EMAIL_ADDRESS_FOR_RECIPIENT" error when submitting the following XML to the DocuSign API. I have tried manually changing the address and using different addresses for each signer. Why does the request return an invalid…
user2573754
  • 21
  • 1
  • 6
1
vote
1 answer

Unable to send pdf generated by iText to docuSign

I am trying to send two pdfs within an envelope to docusign. The pdfs were generated using iText library. This problem occurs only while using pdf generated by iText. Other (downloaded from web) pdfs are working fine in my application with docusign…
1
vote
1 answer

Biometric signature with DocuSign

is it possible for the final customer to "biometrically" sign the document with DocuSign? "biometric" meaning the capture of (unique and forensically identifiable) parameters such as acceleration, speed and rhythm (e.g. the XYZMO technology). If it…
1
vote
1 answer

Assign DocuSign BrandID in CreateEnvelopeFromTemplates API method

We have created 2 DocuSign Custom Branding and enabled in DocuSign Demo Portal. In DocuSign API C#, There is no option to assign the DocuSign BrandID when creating the envelope. Please let us know how we can enable this option and assign the BrandID…
zealmurali
  • 113
  • 1
  • 5
1
vote
1 answer

REST API - Recipient View - How to configure multiple returnUrl's per Event

I'm attempting to build embedded signing with my integration via REST API. I can successfully create the token with the bare minimum requirements. { "userName": "Derrick Test", "email": "email@email.com", "recipientId": "1", …
WTP API
  • 546
  • 3
  • 16
1
vote
1 answer

Docusign - Adding a non signing CC role with same routing order

We have one template configured in Docusign and have a requirement of adding one signer and one non-signer to whom we need to send a carbon copy,both,before and after the signing process.I chose the Add CC button and added the required role and…
Ajay Iyengar
  • 321
  • 4
  • 9
1
vote
1 answer

DocuSign API auto convert PDF fields to SecureFields

When using the DocuSign API to create a new template, is there a way to automatically convert PDF fields to DocuSign SecureFields like there is when using the web console? Posting…
blowfish
  • 23
  • 2
1
vote
1 answer

DocuSign embedded envelope correct returnUrl not working

I am using an embedded envelope correct view in my website. I have attempted to define the returnUrl, but the view seems to always return to the DocuSign console. I am still using a demo account, so I'm thinking this may be a feature that's only…
blowfish
  • 23
  • 2
1
vote
4 answers

DocuSign REST API Error Code INVALID_EMAIL_ADDRESS_FOR_RECIPIENT

Receiving INVALID_EMAIL_ADDRESS_FOR_RECIPIENT on few out of 130 templates. Here is the two JSON requests sent to DocuSign REST API v2: {"status":"sent","emailBlurb":"","emailSubject":"Please DocuSign this document: blah blah…
user3175112
  • 151
  • 2
  • 8
1
vote
1 answer

Reading templates from a folder via DocuSign API REST V2

I need to read templates from my dev account - I'm using the /templates REST API V2 (page 192 in the API guide - http://www.docusign.com/sites/default/files/REST_API_Guide_v2.pdf) sending folder as "Admissions", includeSubFolders as true (Yes, I…
user3167138
  • 33
  • 1
  • 4
1
vote
1 answer

Autotask and DocuSign

Has anyone out there created an API to kick off docusign from within the equote module in Autotask? I can't locate any references of autotask customers using docusign, nor docusign 'autotask' customers.
1
vote
2 answers

Embed DocuSign Signing Experience in a .NET Application

I am working in a .NET Web Application(Web Forms).I need to embed the document signing experience into my web application,preferably by means of an Iframe. Is is possible to authenticate to docusign from the web application and then bring the…
Bisileesh
  • 1,982
  • 2
  • 19
  • 29