
c# - How to set value to PrefillTabs in Docusign Template using ...
Jan 3, 2025 · The above DocuSign SDK will give me all the Tabs. The PrefillTabs can be accessed using dsTabs.PrefillTabs Since PrefillTabs are not specific to any recipient, how can …
Prefill Docusign Fields using the Docusign API - Stack Overflow
Aug 24, 2024 · 0 I've created a template via the Docusign dashboard. This template has a prefill field with Data Label "project_name". I then create an envelope via the API (python SDK) and …
docusignapi - Docusign SDK C# Resend envelope with different …
Nov 3, 2023 · I am using the following code to resend an envelope (to the same email address as the previous) for which I want to update the email body and/or subject. var prevSigner = …
DocuSign, Node SDK, JWT auth, Envelope fetch, "The custom error …
Jun 17, 2022 · The Docusign support actually took action on this (the github's issue from above is now closed), it might be interesting to test again with the latest version of Docusign SDK …
c# - How to call DocuSign Envelope using .NET - Stack Overflow
Jul 13, 2023 · 0 I'm trying to call a DocuSign REST end point to get an Envelope, please refer to this url. DocuSign Get Envelope I'm using a .NET/C# console application. My problem is to …
refresh_token method in DocuSign SDK? - Stack Overflow
Apr 21, 2019 · Note that the other OAuth Authorization Code Grant support methods that are today available in some of the DocuSign SDKs will be deprecated in the future. It is better to …
Adding 'Envelope Attachments' to a Docusign envelope through …
Jun 27, 2024 · 0 I'm using the Docusign C# SDK to create and send envelopes. At the time of creation I would like to add an 'Envelope Attachment' to include some internal metadata about …
Newest 'docusignapi' Questions - Stack Overflow
Oct 28, 2025 · I create an envelope custom field from docusign portal EnvelopeDefinition envelopeDefinition = ... docusignapi docusign-sdk G.Mich 1,694 asked Jul 1 at 8:49
DocuSign Java API - voiding/cancelling an envelope
May 26, 2023 · We've been trying to implement a "reset" for an envelope our server code created via the DocuSign Java SDK. I tried many approaches, however, it also appears …
Create Drawn Signature using C# Docusign SDK - Stack Overflow
Jan 17, 2025 · Im using the Docusign eSignature SDK (c#) to create envelopes for recipients for signing. I require my recipient to either sign the document by selecting a signature or by free …