docusign-esign-node-client
docusign-esign-node-client copied to clipboard
The Official DocuSign Node.js Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
EnvelopesApi.updateRecipients does not update signer emailNotification in demo site. The Envelope has 2 signers, signer 1 has signed, and I'm updating signer 2. My signer: `{ signers: [ { accessCode:...
We would like to be able to transfer an envelope without storing the entire contents in memory, streams have been around for a while and provide this functionality. ``` Why...
While included, official type definitions would be ideal, since they aren't on the roadmap, perhaps we can add instructions from #116 to at least allow typescript consumers of the client...
We need to publish the completed to s3, in the callback response, I see the value of the document in `req.body.envelopeDocuments[0].PDFBytes` Can someone help me with how to convert this...
Using the API endpoints and making some direct calls from Postman, the List Status Changes operation explained [on your website](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/liststatuschanges/) is not responding correctly when the status is set to...
The data being returned from the API does not match the response in their docs when using the demo sandbox. This means the client api cannot deserialize the data object...
Calling listStatus() method with only fromDate option which is valid according to the docs always fails with HTTP 400. ```js const result = await envelopesApi.listStatus(this.accountId, { fromDate, }) ``` Further...
I try to implement integration using typescript. I installed "docusign-esign": "5.18.0" and "@types/docusign-esign": "5.6.2". I tried to use some feature and I was seeing some errors in import. For example,...
Hi, while installing I'm getting this warnings: ``` warning docusign-esign > [email protected]: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not...