Skip to main content

Questions tagged [docusign-sdk]

The tag has no usage guidance.

docusign-sdk
0 votes
1 answer
26 views

template & SMS authentication & recipient fields

i have an envelope that uses a template, to which i want to add SMS authentication. currently using TemplateRoles (without SMS authentication) the template determines the order of the signers by ...
symbiont's user avatar
  • 1,506
0 votes
1 answer
32 views

How to resolve a Cors error when trying to get an authentication token using authorisation code grant in Next.js

I have an app where im trying to send a generated pdf to get a signature. Pretty straightforward. I got the authentication working in postman, but when I try it in code, I get this error: Access to ...
Duncan Findlay's user avatar
-1 votes
0 answers
27 views

DocuSign in Spring Boot Application (Java 17, Spring boot 3.x)

public String sendDocumentForSigning(String email, String name) throws Exception { String clientId = ""; String host = "https://demo.docusign.net/restapi"; ...
Akshay Saambram's user avatar
0 votes
1 answer
23 views

How to display an image for electronic seal in pdf document with enveloppe API

I've add an electronic seal to the signature in the API call (createEnveloppe). The seal is visible in the signature panel with Acrobat, but I want an image being visible in the PDF document (like the ...
Nicolas CACHET's user avatar
0 votes
2 answers
35 views

Adding 'Envelope Attachments' to a Docusign envelope through the API/SDK

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 the envelope. (I want to use it ...
Efie's user avatar
  • 1,610
0 votes
2 answers
45 views

mount() method from the DocusignJS library requires Id attribute, but LWC in Salesforce can't have fixed Id values

I am trying to build an embedded signing experience inside a Salesforce Experience Cloud Site from an LWC, and I tried to follow the documentation to build an LWC that can do the same. Here is the ...
Prateek Mathur's user avatar
0 votes
2 answers
32 views

apiClient.requestJWTUserToken of com.docusign.esign.client in Java 21

apiClient.requestJWTUserToken of com.docusign.esign.client After upgrading Java 8 to Java 21 and Springboot version 3.2.5 got below error for apiClient.requestJWTUserToken **Servlet.service() for ...
Tech Div's user avatar
0 votes
1 answer
32 views

Docusign - how to NOT display the radioButton's value in the tooltip

Case 1: When no tooltip is explicitly set for radio group and If we hover over the radio buttons of docusign it shows tooltip as Required/Optional - Radio Group name - Radio Button value Case 2: If we ...
Karanvir Singh Sidhu's user avatar
0 votes
1 answer
16 views

Docusign - Notification for Admin Email Upon Document Signing/Rejection

I am setting up a Docusign workflow where: The Signer role can sign or reject documents. The Admin role should receive an email notification when the signer either signs or rejects a document. The ...
Pradeep Charan's user avatar
0 votes
1 answer
47 views

getEnvelopeDocGenFormFields returns 200 with no form fields in docusign api but the document has the sender fields

Issue to access sender fields from the docusign api Here are the steps that i followed: First, I have created brand new docx file and added the {{placeholder}} which is sender fields per the article ...
Speed's user avatar
  • 417
0 votes
1 answer
24 views

Docusign Prefill Nodejs

Source Code of current NodeJS Script to prefill PDF. I have generated this based on the https://apirequestbuilder.docusign.com/. We have an PDF where want to prefill the PDF & send it to ...
vishal gupta's user avatar
1 vote
0 answers
21 views

Docusign(esignature) implementation in React-native

Has anyone worked on any sample project of Docusign(esignature) in React-native. I wasn't able to find any support or help on internet. I tried to integrate native mobile sdk in the project but could ...
Ishika's user avatar
  • 2,205
0 votes
1 answer
92 views

Docusign focus view within React app, loading icon goes into infinite loop with CSP errors in console log

I have been trying to integrate docusign with focus view within my react app. I am using docusign SDK for nodejs and express server makes all the API requests and fetches the data through docusign so ...
ubi's user avatar
  • 3
0 votes
1 answer
27 views

Docusign (PHP SDK) Envelope Creation: RECIPIENTS_NOT_PROVIDED

I'm attempting to create a Docusign envelope from a template using the PHP sdk e-sign client: $apiClient = new ApiClient($config); // Create an Envelope from a template $templateId = env('TEMPLATE_ID'...
Steve's user avatar
  • 50
0 votes
1 answer
75 views

DocuSign - get delegation user after envelope creation

I have users that enabled delegations from preferences in a docusign portal. Also, i have a connect configuration (Aggregate) but doesn't have "Recipient Delegate" option available for ...
G.Mich's user avatar
  • 1,636

15 30 50 per page
1
2 3 4 5
10