Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
67 views

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 ...
Sangeetha's user avatar
  • 605
0 votes
1 answer
20 views

Signer" => new Signer { Email = pEmail, Name = pName, RecipientId = pID, RoutingOrder = pSigningOrder, ClientUserId = pPerson_ID, EmbeddedRecipientStartURL = "...
Jess Marvela's user avatar
1 vote
1 answer
47 views

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 ...
user2018's user avatar
  • 378
-1 votes
1 answer
177 views

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 ...
K Vinay's user avatar
0 votes
1 answer
66 views

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 ...
Varun's user avatar
  • 504
-1 votes
1 answer
66 views

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 ...
Digital7's user avatar
-1 votes
2 answers
98 views

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. ...
user2018's user avatar
  • 378
0 votes
2 answers
84 views

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}}/...
lochana's user avatar
  • 131
0 votes
2 answers
101 views

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/). ...
Chazg76's user avatar
  • 661
1 vote
1 answer
40 views

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.
Monty's user avatar
  • 11
1 vote
1 answer
117 views

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 ...
Ben F's user avatar
  • 23
-3 votes
1 answer
46 views

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 = { ...
Pratyush Sinha 's user avatar
0 votes
1 answer
104 views

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 ...
Rosamartina Milazzo's user avatar
1 vote
1 answer
83 views

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/...
Arun Kumar's user avatar
0 votes
1 answer
58 views

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 = ...
G.Mich's user avatar
  • 1,694

15 30 50 per page
1
2 3 4 5
418