Questions tagged [docusignconnect]

151 questions
0
votes
1 answer

DocuSign Connect: Possibility to track when the user change credentials

For our integration, we created an integration keys pair and used OAuth 2 flow to obtain access_token. Then that tokens we use to send documents to DocuSign API. But we are faced with the next problem - if the user changes the password to his…
oslabyi
  • 3
  • 1
0
votes
1 answer

DocuSign webhook -HMAC validation

I am trying to use Webhook and validating using HMAC in webapi with target framework 4.6.2, but it is failed. I am doing like this. In post method I have this validateHMAC method and rest of the code process is below bool isvalid =…
0
votes
1 answer

How to Supply Language Parameter to PowerForm

How can I supply the language parameter to PowerForm URL? The way(locale=fr) mentioned below does not work. Please help me to set up the Docusign form Multilingual as per customers…
0
votes
1 answer

Multiple Docusign Account Integration and Billing

The purpose of this post is to check if different Docusign accounts can be linked to same application but the billing should be done against a single account. For example, Suppose there are three organization OrgA, OrgB and OrgC. OrgA has an…
0
votes
0 answers

Recipient type for the original signer is not changed from signer to CarbonCopy

I have goan through the answer for below question Docusign call back from Docusign Connect not happening on change signer_ My question is - In the callback ( using legacy data format ) I dont see reciepient's type changed to "CarbonCopy" for…
0
votes
2 answers

Setup trigger in Power Automate custom connector for Docusign

I'm creating a new trigger in Power Automate custom connector to receive DocuSign event, does anyone know what URL, header and body I should use? Thank you.
0
votes
1 answer

Docusign users activation issue in Salesforce

We have added new docusign users to salesforce portal and users have performed the activation from their end as well after clicking the link provided in activation email. But even after activation, it shows user status as "Pending" in salesforce and…
Yogesh Rawal
  • 105
  • 3
  • 3
  • 12
0
votes
1 answer

Header key in DocuSign Webhook connect

What are the keys of username/ password in webhook connect header response? I tried with username/ password/ X-DocuSign-Password/ X-DocuSign-UserName but is not
0
votes
1 answer

DocuSign Webhooks Response - Time Zone

We're using the DocuSign SDK (version 3.5.0) We are developing an integration with DocuSign using JWT authentication. In regional settings of the account, I have set the value of time zone to Canberra, Melbourne, Sydney. But, whatever the time zone…
0
votes
1 answer

MS Access Report to Docusign

Have an MS Access report and need to have customer E-Sign it. what is the easiest/best way to get this done? was looking for automation as much as possible to limit steps for the user.
NewDev
  • 1
0
votes
1 answer

Docusign Connect mTLS client certificates

Context I'm using mTLS to secure Docusign Webhooks (Docusign Connect Service). I'm able to make a successful mTLS connection to get certificate fingerprint, according to the documentation. The next suggested step is to do access control by…
0
votes
1 answer

Docusign webhooks SignMessageWithX509Cert mTLS

Trying out mutualTLS in demo account and trying to understand how the validations work. We are using eventNotifications with signMessageWithX509Cert property set to true. However, have no clue if it is working as DocuSign gives no information about…
0
votes
1 answer

Docusign API Polling/Rate limiting doubts

Docusign eSignature API has a limit of polling 15 min in 15 minutes for requesting a unique url resources. However in the documentation it is not explained if normal user behaviour is allowed , which is completely different from polling X in X…
0
votes
1 answer

Is it possible to add a HMAC key using Docusign REST API for use in Envelope level webhooks

I am able to create a CustomConfiguration using the Docusign Rest API. However, the HMAC keys are generated online using the admin account. Is there a REST API option to add one HMAC key to the users account for use in Envelope level…
g33
  • 1
0
votes
1 answer

Send Integration Keys with Secret Keys after login in docusign

I'm trying to access DocuSign account and app. How to pass to docusign login without client_id, once login successful it will ask for app and send Integration Keys with Secret Keys of that app in callback? Step1- User redirect to DocuSign login page…