Relative Content

Tag Archive for docusignapi

DocuSign Envelopes API text tabs are linked (not unique)

“textTabs” : [ {“anchorString” : “***TBx_1.7***”, “anchorXOffset” : “0”, “anchorYOffset” : “-5”, “conditionalParentLabel” : “theConditional_0”, “conditionalParentValue” : “on”, “width” : “250” }, {“anchorString” : “***TBx_2.7***”, “anchorXOffset” : “0”, “anchorYOffset” : “-5”, “conditionalParentLabel” : “theConditional_5”, “conditionalParentValue” : “on”, “width” : “250” } ] Hey y’all. I’m using the DocuSign API to try and get a number […]

How to get secret key from docusign through code

we are implementing the docusign connect functionality to receive updates from Docusign. for doing that we need to configure secret key under “connect keys” section and use it in our code to verify the validity/authenticity when docusign sends completed event. would like to know if we can achieve the same process through API.

can no longer add/remove documents for envelopes created through DocuSignApi

For our app, we create envelopes with a document for signing for DocuSign’s eSignature app using the DocuSign Api. Everything was fine until Q1/Q2 2024. Now, customers report that they no longer can edit/delete documents as described here
https://support.docusign.com/s/document-item?language=en_US&rsc_301&bundleId=gbo1643332197980&topicId=fjx1578456267870.html&_LANG=enus

Converting eSignature calls to eNotary calls

I haven’t dug into the eNotary much yet, but one of our teams is looking to implement RON into their workflows. The contracts are currently sent with the eSignature api utilizing the C# SDK. My question is how difficult it is to change this to use the eNotary API are there any guides to do this without having to rebuild all the existing code or is it just as simple as enabling the document for notary when I send the API call?

How to send signed document to signers

I use the Docusign Java Rest API to create an envelope with one or more documents.
I don’t find the way to send the signed PDF to the signer(s) when the signature process is finished.
Only the account owner get an email with the documents.