159 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
56
views
How can I capture a signature from my React web app and auto-apply it when sending a document for signing via DocuSign?
I want to capture a user's signature on my React web page using a signature canvas (or possibly by embedding the DocuSign Adopt Signature UI directly in-page). After capturing the signature, I want to ...
-1
votes
2
answers
69
views
How to Set email language depending on recipient language via Salesforce Apex Toolkit?
I am using Salesforce Apex Toolkit to send DocuSign Email/Envelope. I want to set the email language programmatically via Apex based on the Recipient's email language on the Salesforce Contact record.
...
0
votes
1
answer
52
views
Populate a docusign custom envelope field
I create an envelope custom field from docusign portal
With the following code the envelope definition created and send the envelope for signing.
EnvelopeDefinition envelopeDefinition = ...
1
vote
0
answers
57
views
DocuSign API: Error "The witness host signer Id is not valid" when adding a witness to an existing envelope using GUID recipientIds
I'm working with the DocuSign eSignature REST API to update an existing envelope by adding a signer and an associated witness. Our system uses GUIDs for recipientId values to maintain consistency ...
0
votes
1
answer
64
views
get message property from DocuSign listStatusChanges api call
I'm using the listStatusChanges to search envelopes. I expected to get the message (image for reference) via the emailBlurb property, but it's always null.
var envOptions = new ...
0
votes
1
answer
82
views
Upload a document from your device & add signature in document in React Native App
I am developing a React Native application where I need to implement document signing functionality for PDF files. The requirement is to allow users to upload a PDF from their device and sign it using ...
3
votes
1
answer
64
views
DocuSign envelope distinguishing between Number vs Numerical types in template
I have a template that I am passing successfully passing TextTabs, CheckboxTabs; however, my NumberTabs are not displaying. I am reading about Number Tabs vs Numerical Tabs, I double checked, it looks ...
0
votes
1
answer
111
views
DocuSignClient setting path based on environment
Developing an organization's internal app to send envelopes/have embedded signing using DocuSign's C# SDKs. Following the Quickstart examples, I am able to do these actions. Since it using the demo/...
1
vote
1
answer
33
views
DocuSign Identify Verifications and deterring RecipientIdentityInputOption
Using rest api, how can we predetermine RecipientIdentityInputOption given an identity verification workflow?
I’m able to retrieve account workflow IDs using the API call ...
0
votes
1
answer
50
views
Auto signing in docusign [duplicate]
I have been trying to place signature image directly without having the user to sign it.
I have used sign here tabs and added stamp tabs in it. But in the received document, it is still expecting the ...
-1
votes
1
answer
42
views
DocuSign Admin API - user export API throws unauthorize error
I'm trying to export all users list using DocuSign admin API, however I have provide the required consent but still getting "Unauthorized error"
Below is the code (Azure Function C#) that i ...
-2
votes
1
answer
44
views
How can I add Docusign EnvelopeID in a custom href text field in a Docusign Template / Envelope? [closed]
I created a template in Docusign with multiple fields, one of them is a custom href field that opens a new tab to a custom application (https://mycustomapp.com). I want to be able to map the ...
0
votes
0
answers
21
views
Create Drawn Signature using C# Docusign SDK
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 hand drawing signature.
...
0
votes
2
answers
171
views
How to set value to PrefillTabs in Docusign Template using Docusign API/SDK?
I have a template stored in Docusign with some tabs using Pre-fill Tools.
I am able to fetch the TemplateTabs using the DocuSign SDK
Tabs dsTabs = TemplatesApi.GetDocumentTabs(DSAccountId, ...
0
votes
1
answer
296
views
Bulk download envelope responses in docusign
As an admin I have sent envelopes to multiple recipients in several batches.
Is there a way I can download the completed pdf's in bulk for that particular batch.
I am using bulk send to send out many ...