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

How to open docusign home page auto logged in?

We are creating a windows based application on .Net 4.0 platform. There will be service representatives working on this application who will be creating documents online and sending it to the concerned persons. For all these representatives we will…
ICoder
  • 13
  • 4
1
vote
1 answer

Custom Fields on envelope via API with Composite Templates

I am trying to create 2 custom fields when creating an Envelope from templates using composite templates below is the json. { "emailSubject": "This is a new", "status": "sent", "compositeTemplates": [ { …
1
vote
1 answer

Docusign Embedded Signing Expiration

We've been testing out using Embedded Signing with our Docusign integration so that clients do not receive an email with each envelope sent to them, instead they would log into a portal which contains links to documents to sign (as some clients do…
John K
  • 45
  • 3
1
vote
2 answers

Pre-populate a PowerForm Envelope field using form values

I'm following the PowerForm docs on the following guide https://www.docusign.com/sites/default/files/PowerForms_User_Guide.pdf I need to save custom metadata inside the envelope, such as the User ID, so I can later process the envelope. I want to…
1
vote
1 answer

UNKNOWN_ENVELOPE_RECIPIENT When making Embedded Signing API Call

I am making an API Call to Docusign to try to get a link for a recipient to sign his document without him having to go into his e-mail. I am doing this in APEX in a Visualforce page. I am sending the following request to the endpoint:…
1
vote
1 answer

DocuSign Event Notification

I am in process of integrating DocuSign APIs in our application. I am stuck at one place where I have to send a public URI as 'EventNotification' along with the envelope. My public URI is nothing but a asp.net web API. I am confuse where how…
Savaratkar
  • 1,974
  • 1
  • 24
  • 44
1
vote
0 answers

Docusign UserId changing after envelope is created

I'm using the Docusign REST API to create envelopes, then I call the POST Recipient View method to generate the recipient view. The documentation indicates: You can use with userId or email and userName to identify the recipient. If userId is used…
oscarmorasu
  • 901
  • 3
  • 11
  • 28
1
vote
1 answer

DocuSign: Composite Templates

I'm working with the Request Signature from Document in the DocuSign API Walkthrough. What I'd like to do is define a template with specific fields then apply that template to the Document that I'm sending via this request. The problem I have is…
1
vote
1 answer

Can we view document in another language like Norwegian using DocuSign API

We have implemented the embedded signing process and at last step we get the embedded url. So, what we want is when I click on the embedded url I want to see the document in another language for eg. Norwegian. Is it possible that using DocuSign API…
1
vote
1 answer

Trying to Use If Then in DocuSign Formula

I am attempting to integrate an if-then-else statement into a DocuSign template under the Formula tag but having trouble. This is what I would like to accomplish: IF ([DropDownMenu] = 1) THEN ([TotalA]) ELSE ([TotalA]/2). I am getting an error that…
Nate84111
  • 33
  • 1
  • 6
1
vote
1 answer

DocuSign For Salesforce CCTM and CCRM

I am creating an Salesforce opportunity custom button that is intended to automatically set the recipients sourced from opportunity contact roles. I only want recipients included in the envelope that have a role of 'Approver' I am using the…
frasuy
  • 13
  • 4
1
vote
1 answer

Downloading Docusign PDF in Grails, file corrupted

Using Groovy 1.8.6 and Grails 2.1.0 Using embedded API, after user signs document, browser is redirected back to my app. Using "Get Envelope Documents and Certificate" API to download document to server. URL…
tkmilbaugh
  • 25
  • 4
1
vote
1 answer

How do you change the subject on emails sent to DocuSign sender

I want the email subject to have our client's name appended to it but don't want it on the email that goes to the client. I've checked DocuSign's default-email-formats PDF for modifying the email resource file but didn't find anything there. What…
1
vote
1 answer

Docusign Connect URL to publish to

I'm using tapestry 5 and I can't receive post requests from docusign connect. When I send a post request myself to test the servlet, it works fine. The URL has a port number in it, can that be the problem? Thanks.
Trying...
  • 127
  • 9
1
vote
0 answers

Webservice error 400 while using Docusign API in php

Hello friends I am using an HTTP server to access Doucsign. And I am getting server problem That is server error 400 and errorCode. INVALID_EMAIL_ADDRESS_FOR_RECIPIENT", "message": "The email address for the recipient is invalid. The recipient Id…
Udai kumar
  • 233
  • 2
  • 17