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

Salesforce - Custom Button - "Apex CPU Time Limit"

Yesterday I updated the DocuSign Template ID on a previously successful custom button and began receiving the error message below. So I changed the Template ID back to the original value and continue to receive the same error. Thoughts on what…
1
vote
1 answer

DocuSign iOS app custom URL scheme?

I'd like to launch the DocuSign iOS app from the iOS application I'm working on. Does the DocuSign app have a custom URL scheme that I can use to open it?
1
vote
2 answers

DocuSign Custom Connect - How to make a listener in php example?

I am new to DocuSign and a novice php programmer looking to setup a DocuSign custom connect with my application. I am not an expert by any means (taught myself php from reading online), but I can reverse engineer things and figure out how to make…
David Avellan
  • 385
  • 4
  • 24
1
vote
1 answer

DocuSign template recipient roles using API

I am trying to create an envelope with composite templates using DocuSign SOAP based API call in my .net web application. First, I have created a template and recipient roles for the template in my DocuSign account. I can download the template and…
Juiced Tech
  • 129
  • 7
1
vote
1 answer

How to set UI and Email to recipient spoken language

I'm having trouble making this work. I have an embedded signing view for my users as well as email notifications that are sent to the user as the flow progresses, such as perhaps reminders or CC's when signing is complete. From what I understand…
Joe
  • 31
  • 2
1
vote
1 answer

DocuSign API - create envelopes using composite templates

I would like to create envelopes using static/composite templates. I have created template, roles and have configured tags related to the roles into my DocuSign account. I also have retrieved the templateid of this template to reference this…
Juiced Tech
  • 129
  • 7
1
vote
2 answers

Docusign API template ID

We are using the following steps to successfully create our app while in testing mode but we cannot go live because the template ID is not there for a standard account. We create the template at demo.docusign.net We get the template ID Our app…
1
vote
1 answer

What happens when the limits of DocuSign string fields are exceeded?

The DocuSign SOAP API lists various limits on API fields, e.g. Username can be a maximum of 100 chars, Email can be a maximum of 100 chars. Does this mean that together, the "friendly name" and the email address can be 200 chars? For Example, would…
1
vote
1 answer

Using the docusign api c# access code for authentication of signer

Using the sample C# send document API call, how can I send a data element located in my system, such as zip code or last 4 of ssn, to be enable this as an access code to view the document? This way I know that the person signing has another level of…
bf-coder
  • 21
  • 2
1
vote
0 answers

Enable Conditional Field using another Template Tag

Can we enable/disable the Conditional Field based on the another template Data Field as Parent Tag and Parent Value in Current Template? Consider We have 2 Templates (A & B), Template A having CheckBox Field and Template B having 2 Data Fields.…
zealmurali
  • 113
  • 1
  • 5
1
vote
1 answer

Docusign returning RECIPIENTS_NOT_PROVIDED

We are converting the JSON input to Docusign XML and trying to upload a document and then sending it to Docusign. But getting this error Call to URL, status :400: Error description:
1
vote
1 answer

What does "Invalid file type chosen for conversion" mean?

A call to the Docusign API we've been using for a while (POST to /envelopes) has started returning an error sporadically: status_code: 400 { "errorCode": "FORMAT_CONVERSION_ERROR_INVALID_FILE_TYPE", "message": "Invalid file type chosen for…
Peyton
  • 441
  • 1
  • 3
  • 14
1
vote
1 answer

Automated Check box population within Salesforce from Checking a Box w/in DocuSign

Is there a code built that I can use to automate a check box field to populate w/in Salesforce from Checking a Check box field w/in a DocuSign agreement?
1
vote
1 answer

DocuSign Envelope lock API issue

I’m using the rest api to create an envelope, and then configure it using the api sender view call (/restapi/v2/accounts//envelopes//views/sender) to get the DocuSign UI. Creating the envelope and viewing it the first time using sender view to bring…
Rage
  • 11
  • 3
1
vote
0 answers

Is there a way to add Custom Document Fields to an envelope document using the DocuSign SOAP API?

I attempted to use CreateEnvelopeFromTemplates SOAP message and included DocumentFields:
tomtinka
  • 11
  • 2