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
0 answers

DocuSign transformPdfFields

I have a pdf that I need to create and attach the pdf in the envelope that has custom fields in it. These fields are DocuSign fields names. But transformPdfFields is not working. All I get is a document with no fields. Please see…
Jameson
  • 45
  • 6
1
vote
2 answers

Docusign Get Envelopes Completed Between Dates

I need to get IDs of all envelopes that were completed between 1/1/2014 and 12/31/2014. Is this possible?
Trying...
  • 127
  • 9
1
vote
1 answer

How do I create a DocuSign Connect Configuration via Rest?

How do I create a DocuSign Connect Configuration via Rest? Also what is the error message and max limit of DocuSign Connect Connections via Console or API I can create per Account?
David W Grigsby
  • 1,554
  • 1
  • 13
  • 23
1
vote
1 answer

User in docusign

I have to integrate Docusign with my ASP.Net web application.In our application there are many companies and each company has Administrators and Users.I want to clarify something related to Integrator key required in below mentioned scenarios. 1)If…
1
vote
1 answer

How to pass brandID on the PHP SOAP API

I'm trying to tag envelopes with a brandID property per the docs, but the PHP API we're using doesn't appear to support it. The envelope class doesn't even contain a brandID property: I'd rather not update the API code to include it (upgradability…
Fook
  • 5,320
  • 7
  • 35
  • 57
1
vote
1 answer

German email resource file

some colleagues are using DocuSign in german language and theay would like to change the text of e-mails the signer receives. I would like to know if the resource file in German language exists and if yes, how I could get it. We would like to…
user4209970
1
vote
1 answer

Docusign in Rails

I'm trying to implement Document signing on my rails app. I have a template which is sent to many users. So i have made a custom tag with label Member and i want to fill it with a custom text say 'abc' through my app. Here is my code which i tried…
Nidhin S G
  • 1,685
  • 2
  • 15
  • 45
1
vote
1 answer

Range of IP addresses for DocuSign in prod and demo

Ad described in the following link: http://community.docusign.com/t5/Announcements/Additional-IP-Addresses-for-DocuSign-Service/td-p/29702 there are ranges of IP addresses that can be used to access DocuSign in production and in a development…
user4007927
1
vote
2 answers

Docusign Custom Button Error: List has no rows for assignment to SObject

Custom button code: `{!REQUIRESCRIPT("/apex/dsfs__DocuSign_JavaScript")} var rc = GetRelContentIDs("{!Contact.Id}"); var CCTM = 'Client~Signer'; var…
Stacey
  • 11
  • 2
1
vote
1 answer

Invalid value for 'envelopeEventStatusCode'

Suddenly Docusign Demo API began to return [errorCode] => INVALID_REQUEST_PARAMETER [message] => The request contained at least one invalid parameter. Invalid value for 'envelopeEventStatusCode' in envelope: 'Signed' We have the same code in…
Dranes
  • 82
  • 1
  • 4
1
vote
1 answer

DocuSign IP addresses

The following pdf gives a list of IP addresses of DocuSign servers: https://www.docusign.co.uk/sites/default/files/Post_API_Certification20130522.pdf Based on the information in this document: 1) to call the REST API in a production environment we…
user4007927
1
vote
1 answer

DocuSign hostname returned by GET /restapi/v2/login_information

I am using the rest API GET /restapi/v2/login_information to get the login information. This API returns a baseUrl. For example: {[\r][\n]" "loginAccounts": [[\r][\n]" {[\r][\n]" "name": "SomeCo",[\r][\n]" "accountId":…
user4007927
1
vote
2 answers

DocuSign visual editor on web site

My company want integrate DocuSign to our project. We have a implemented form workflow for EchoSign API and we want to know that DocuSign have embedded Visual Editor for create Envelope Templates on our side. We want to create template in our…
korvinko
  • 700
  • 3
  • 10
  • 23
1
vote
1 answer

DocuSign Account Branding

I would like to create different branding for different users in my DocuSign account. I have number of users into my DocuSign account associated with different groups. They are grouped in certain ways and each group needs to see different…
Juiced Tech
  • 129
  • 7
1
vote
5 answers

Testing Docusign Connect locally

I've read that to use Docusign Connect, you must point the service to a public facing URL which uses SSL and a valid, purchased certificate. Is it possible, using demo.docusign.net, to test Docusign Connect locally? I'd like to test out all of the…
lhan
  • 4,585
  • 11
  • 60
  • 105