Questions tagged [docusignconnect]

151 questions
0
votes
1 answer

Docusign Api Call Issue in React js

After getting Access Token, I made API call on Postman (https://demo.docusign.net/restapi/v2.1/accounts/{account_id} which was successfull. But when i tried to make simple axios/fetch request on React js by making a function. It is constantly…
0
votes
1 answer

adding checkbox to 2 Roles on DocuSign template

I'm creating a docusign template. I have 2 recipients on the template. I want the checkbox be ediable by both recipients. Example, if recipient 1 selected the checkbox, recipient 2 should be able to unselect the checkbox. Im doing the configration…
Amer Bearat
  • 876
  • 2
  • 7
  • 25
0
votes
1 answer

DocuSign: Inserted multiple sign here Tabs on every anchor string

This is my piece of code for building envelope in laravel with docusign API. I am sending documents in envelope dynamically and putting sign here tabs on given anchor string. Here is my code. private function buildEnvelope($envelopeFiles, $user):…
0
votes
1 answer

View document link in salesforce using DocuSign Apex toolkit

We are using Docusign Apex toolkit in Salesforce. We create an envelope in draft Status. Can we view the envelope in draft status in Salesofrce using a link by document id.
Amer Bearat
  • 876
  • 2
  • 7
  • 25
0
votes
1 answer

Can Signer Attachment pdfbytes be found in Docusign Connect webhook?

I have a Docusign Connect webhook which sends the documents in the envelope to an apps script listener, which converts the pdfbytes into PDF files and stores them on the Drive. Is it possible to also include the pdfbytes of signer attachment files…
Austin
  • 1
  • 1
0
votes
1 answer

How can I add HTML comments with an URL to an XML file?

I'm working with DocuSign on some email templates that are included on an XML file... My issue is that I'm trying to add this snippet to that XML, I already substituted the "&" for "&" on the url, but, since the template is supposed to work an look…
0
votes
1 answer

how to connect docupilot pdf to docusign signature processing

I am getting empty space in DocuSign generating an envelope I want an e-signature on each envelope Id's I am implementing the PDF using Docupilot and posting it into Docusign using Connect.I got a proper DocuSign mail with an e-sign. But, using the…
0
votes
1 answer

Docusign Admin API access

We have usecase where we want to get list of accounts for a given email id across organization. We are trying to use https://demo.docusign.net/Management/v2/organizations/{{organizationId}}/users/profile?email={{email}} API to get the data. We are…
Aniket Kalamkar
  • 119
  • 1
  • 1
  • 7
0
votes
1 answer

Unable to send record for docusign signature

I am using Docusign for Esignature Salesforce Managed package. Enabled send as System user option with a docusign admin user. but when I am trying to send the record for signature through apex I am facing below error "A Mergefield value for a tab…
0
votes
2 answers

How to make documents automatically download to my server after the recipient sign them with Docusign?

Im using docusign connect and I get the info of every envelope completed with my listener, but how can i download the documents with this info? I read i can use the esignature api to get the documents but I need the documents to be automatically…
0
votes
1 answer

DocuSign change payment total based on payment method

Looking to solve a use case with DocuSign payments involving changing the total payment amount based on the payment method. Currently have a DocuSign and Stripe integration. Our customer is looking to add payment fees as a surcharge to the total…
0
votes
1 answer

Populate Dropdown options using php code in a docusign template before creating envelope

Is any who implemented Dropdown How can I implement it in Laravel? Like $service = new Text([....]); How can we implement Dropdown in DocuSign The dropdown class is not available in "composer require docusign/esign-client" package so how can I…
0
votes
1 answer

Not Receiving Email Notification for "Skip Payment" Option in DocuSign

I have integrated DocuSign into my application and enabled all the necessary notification events in my developer account. When a payment is made using DocuSign, I am able to receive email notifications to the recipient. However, when I use the "Skip…
0
votes
1 answer

DocuSign.Core is not compatible with net60 (.net 6 version)

I am upgrading .net core 3.1 to 6, DocuSign.Core 1.1.0.2 is not compatible with net60. Error is: NU1202: Package DocuSign.Core 1.1.0.2 is not compatible with net60 (.NETFramework,Version=v6.0). Package DocuSign.Core 1.1.0.2 supports: netcoreapp2.0…
0
votes
1 answer

Multiple RSA key pairs for JWT authentication method

I understand that we use below code to generate access token for JWT authentication: OAuth.OAuthToken oAuthToken = apiClient.requestJWTUserToken( configuration.getUserId(), configuration.getImpersonatedUserId(), …
1 2
3
10 11