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

Unable to retrieve the custom fields when Docusign Connect calls listener

I sent few custom fields to docusign through API with document to be signed. When document got completed and docusign conenct hit my callback listener for passing event, I do not find the custom fields in that. My request looks…
1
vote
1 answer

Docusign integration with MVC 5 Web application

We are trying to integrate docusign (Embedded signing / Embedded docusign console yet to decide which one) with an existing MVC 5 web application. I was looking for a starting point and came across your question. I have looked at the API…
sunnysideup
  • 79
  • 10
1
vote
1 answer

docusign update parent field on complete

I am new to docusign integration with salesforce. I am following a simple flow of User logs into sfdc User goes to an object A and clicks the custom button (exactly same one as in documentation) selects a template and sends to user X. The…
Krishna
  • 13
  • 4
1
vote
2 answers

creating a docusign envelope from template with api created user profile

given a demo docusign account with a template, through the api i have created a group with default permission profile of "Docusign Sender" and created a user profile and a membership to the group. using the new user profiles creds (and the account…
1
vote
1 answer

Unable to switch to classic application for adding listener to docusign connect

I am trying to add a docusign connect listener but when I click on switch to classic application, it takes me back to new application landing page. I have a professional account. Please tell me if I am doing anything wrong?
1
vote
1 answer

What is the remoteurl parameter for docusign

Is the fileid specific to the storage provider (googledrive, dropbox, box, or onedrive)? Or, is this something that docusign generates when you share your storage provider with them?
Rac Devw
  • 21
  • 1
1
vote
2 answers

DocuSign Multiple Signers envelope

I've created a docusign template that includes multiple documents. The template declares 3 signing roles. I then create an envelope from that template that has 3 recipients. The template, and our account, have document visibility enabled, such that…
Gerry Polucci
  • 651
  • 6
  • 8
1
vote
1 answer

Security Issues with Docusign API

We have developed an app in Salesforce which uses the DocuSign web service API (https://demo.docusign.net/api/3.0/dsapi.asmx for development and https://www.docusign.net/api/3.0/dsapi.asmx for production). We found few vulnerabilities when we did…
1
vote
1 answer

Envelope Allow Markup not Working

Per the documentation one of the properties of an envelope is a boolean 'allowMarkup'. I assume this works in conjunction with the settings property located at Preferences >> Account Administration >> Features >> "Allow Markup". I have this option…
Mike
  • 780
  • 1
  • 5
  • 26
1
vote
1 answer

Docusign iFrame

I'm trying to get the Docusign work with a PDF document that is generated by based on few parameters. The workflow is., user will generate the PDF and then when clicking a button it will bring a docusign iFrame with this PDF. User signs and docusign…
sathish_at_madison
  • 823
  • 11
  • 34
1
vote
2 answers

Reactivate a closed user

We are creating users and closing them through the REST API. If a user is closed, how do you reactive them through the REST or SOAP api? I see in the UI you just Send them the activation email again and it re-actives the User. How would you do…
JimA
  • 13
  • 2
1
vote
1 answer

Docusign USER_LACKS_MEMBERSHIP Issue

I am doing a couple of api calls “GET RecipientTabs” and “DELETE Recipients” in my production environment and using sender of envelope as SOBO functionality in authentication header. We closed a user after he sent an envelope and envelope’s s…
sam_s
  • 197
  • 3
  • 12
1
vote
0 answers

DocuSign iOS SDK - remove CMPopTipView from dependency

Both My project and DocuSign project are using CMPopTipView open source code. Due that I facing following error during runtime. Build/Products/Debug-iphoneos/libPods-CMPopTipView.a(CMPopTipView.o) duplicate symbol _OBJC_METACLASS_$_CMPopTipView in: …
lovecode
  • 21
  • 1
1
vote
0 answers

Is it possible to use DocuSign conditional tabs to suppress whole pages?

I have a DocuSign template with two pages. At the top of the first page I have a check box that says "are you 18 or over?". If the check box is checked, I want the second page to be hidden. If it is not checked, I want the first page to be…
1
vote
0 answers

Docusign iOS SDK - Interactive PDF with checkbox and e-sign option

I want to create following use case using DocuSign iOS SDK. Create PDF on iPhone app - with text and interactive fields like checkbox, sign and comments field.However not sure how to add them. Is there any tutorial or document reference available…
lovecode
  • 21
  • 1