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

VBA Classes - Custom Properties

tldr: can you scavenge properties from other types of objects? My firm is integrating with DocuSign. We need to tell DocuSign where to (dynamically) place the signature markers on dozens of documents that are created and uploaded (and different…
Lee
  • 11
  • 1
1
vote
1 answer

Can I use API to create a folder?

It appears that using the docusign portal, you can create your own folders in addition to the default folders that a user has. I am wondering if there is a way to create one of these custom folders using the API. There are APIs to move envelopes…
hakel
  • 11
  • 2
1
vote
1 answer

Docusign Connect Setting on Dashboard

I tried to set the DocuSign Connect thru the dashboard. A custom one URL to publish to: to the url and other settings but when I try to save it seems like nothing happened. I cant find the one I just set.
J. L.
  • 117
  • 8
1
vote
1 answer

Docusign Connect Settings

I have the following settings in Demo Docusign Connect to use the Soap API URL to publish to https://demo.docusign.net Name DocusignConnect Use Soap Interface (check box checked) Is there more configuration required. I am not able to connect to…
avenirit12
  • 233
  • 2
  • 5
  • 17
1
vote
1 answer

Docu Sign Text Tab Fields auto copying when typing issue

I'm adding two different text tabs yet when I enter text in one tab then the content auto copies to the other field and vice versa, any reason wy this is happening? JB
1
vote
1 answer

docusignapi Add document binary

I'm trying to add a document to envelope. However I have that document in a blob column in the Oracle database. I tried to load that in the blob variable, convert to clob (using blob2clob oracle function) and send the information. however, I always…
PENAJO
  • 21
  • 1
1
vote
2 answers

DocuSign Embedded Signing gets UNKNOWN_ENVELOPE_RECIPIENT on third step

I am new to DocuSign and trying to use embedded signing with a local document and not a template. I am using PHP and a Sandbox developer account. I am able to successfully negotiate part one (Login API) and part two (Create and Send Envelope) but…
1
vote
0 answers

Docusing Plugin for Sugar CRM does not craete envelope with document

I am using docusign Plugin for Sugarcrm. I have added docusign dashlet on Accounts record. when I click on "Send With Docusign" button if works fine if there is no documetn attached with given account and opens sender view with attached contacts as…
Ali Nawab
  • 85
  • 1
  • 8
1
vote
1 answer

DocuSign REST API bulk recipient transactions not showing in response

I have issues with getting the ID for the newly created envelopes when using the bulk send feature. I'm using a template that has a bulk recipient signer (from a CSV file). I've managed to create with success a draft envelope with a bulk recipient…
1
vote
1 answer

Docusign developer account reverts back to trial account

I initially created a trial account. Discovered that was incorrect then created a developer account. Everything seemed good until I timed out and tried signing back in. The new password used to create the developer account was no longer valid. …
Larry
  • 41
  • 3
1
vote
1 answer

Embedded Docusign -Adding text tabs to Dynamic envelop without using template

I am unable to create Text tabs on a dynamic envelop created without a template. I am sending the PDf document as bytes to Docusign since I need to generate a unique envelop id for each recipient. I am able to generate a recipients view with the…
Karayath
  • 13
  • 3
1
vote
0 answers

how to correct a docusign recipient to use fax delivery

I have a docusign envelope created from a template via the REST API. I have later added either a carbon copy or certified delivery recipient, also via the REST API. I now want to change that new recipient to have fax delivery. From my testing (and…
hsm3
  • 11
  • 1
1
vote
0 answers

DocuSign_CreateEnvelope error

Apparently when Docusign is installed in Salesforce, it doesn't inherently grant permissions to Salesforce Community profiles. I am trying to figure out what are all permissions that are needed - objects, fields, VF page, etc. Is it documented…
1
vote
0 answers

Json alternative to Docusign connect XML

We are trying to determine if there is a way to obtain the timestamp of when a Carbon Copy, "Envelope Signed" or "Envelope Completed" email is sent with a json api instead of xml. We have tested using Docusign connect by selecting the "Envelope…
LOA
  • 11
  • 1
1
vote
1 answer

How can I save data to my backend by using DocuSign Connect?

I am using DocuSign for signatures. For auto notifications I am using DocuSign Connect. For that I am using a public url. Actually, I want to store in my backend system but it can connect only within our network. So from the public url I am posting…
teja
  • 17
  • 3