6,268 questions
-2
votes
0
answers
67
views
Docusign stamp option [closed]
I am using following code in my API for stamp option in docusign.
This code was working fine and when document is sent the stamp option was displaying and able to add stamp. Suddenly it is not working ...
0
votes
1
answer
20
views
DocuSign Inbox and Embedded Signing
Signer" => new Signer
{
Email = pEmail,
Name = pName,
RecipientId = pID,
RoutingOrder = pSigningOrder,
ClientUserId = pPerson_ID,
EmbeddedRecipientStartURL = "...
1
vote
1
answer
47
views
Email Body Empty When Sending DocuSign Email via Apex Using Messaging.renderStoredEmailTemplate
I am sending a DocuSign email from Apex and using the Salesforce Email Template to generate the Email Body. I am using Messaging.renderStoredEmailTemplate to get the HTML body, and when I check the ...
-1
votes
1
answer
177
views
DocuSign Sandbox: “ENVELOPE_ALLOWANCE_EXCEEDED” After 114 Envelopes and Trial Account Cannot Create Integration Key [closed]
I am working with a DocuSign sandbox (developer) environment to integrate embedded signing and webhook functionality into a Django REST Framework application. Initially, I was able to send envelopes ...
0
votes
1
answer
66
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
1
answer
66
views
How to append EE ID numbers in folder name to documents within said folder/subfolders [closed]
We have main folders for each employee that has its EEID as part of the naming convention. I would like to be able to extract the EEID from the main folder and prepend it to every document within the ...
-1
votes
2
answers
98
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
2
answers
84
views
How to Update status of the recipient of Docusign Envelop via REST API
I want to update the status of a recipient in a DocuSign envelope via the REST API.
I used the following API call to retrieve recipient data:
{{baseUrl}}/{{apiVersion}}/accounts/{{accountId}}/...
0
votes
2
answers
101
views
Docusign connect event Notification (Rest API) not being received by Microsoft Teams
After working for some time with Docusign's API I thought it would be a good idea to look into the API's 'Connect' feature (https://developers.docusign.com/docs/esign-rest-api/reference/connect/).
...
1
vote
1
answer
40
views
Add a URL to a webpage in a DocuSign envelope using Power Automate
Is it possible to add a URL to a DocuSign envelope using Power Automate?
The URL is to a webpage that has some lengthy T&C's that I don't want to add to the document.
1
vote
1
answer
117
views
Docusign API RequestJWTUserTokenAsync - "No such host is known. (https:443)"
I am currently working on setting up a test for the Docusign JWT retrieval process, and encountered the following error: No such host is known. (https:443)
Here is the example code I put together:
var ...
-3
votes
1
answer
46
views
Unable to see sign tab over the anchor tab for Docusign digital signature [closed]
I am using Node SDK for Docusign digital signature. I have specified the anchor string but when I send the document I amunable to see the sign tab over the anchor.
const envelopeDefinition = {
...
0
votes
1
answer
104
views
Issue with DocuSign API v2.1 payload – notification format changed
Since early 2025, I’ve been encountering a problem with the payload received via DocuSign Connect using API version 2.1 in JSON format.
Until recently, I was deserializing the notification using a ...
1
vote
1
answer
83
views
DocuSign: error 'Document visibility changes could not be saved' when changing recipient visibility via REST API embedded sender view
I'm building a DocuSign integration using the v2.1 REST API. I create an envelope with multiple recipients and documents, and then open the embedded sender view using:
POST https://demo.docusign.net/...
0
votes
1
answer
58
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 = ...