docusignapi

RestSharp error when shared as a dependency and different publicKeyTokens

不羁岁月 提交于 2021-02-07 05:33:00
问题 Using APIs from Docusign , Twilio and Auth0 . All 3 have RestSharp.dll as a dependency. If I use the RestSharp.dll included with the Docusign package, Docusign works well but Auth0 and Twillio give errors: Could not load file or assembly 'RestSharp, Version=104.1.0.0, Culture=neutral, PublicKeyToken=null' If I use the normal RestSharp.dll (Install-Package RestSharp), Twilio and Auth0 work fine but I get an error when using Docusign: Could not load file or assembly 'RestSharp, Version=100.0.0

How to get docusign webhook to retry on failure?

两盒软妹~` 提交于 2021-01-29 18:53:26
问题 I'm able to correctly set up and monitor any changes to docusign envelopes. However, I'm trying to get this edge case working: if my listener is not active, I want docusign to retry. I've tried adding "requireAcknowledgment" to true when creating my envelope, however, that does not seem to change anything. I can see the failures on my admin panel's connect tab. But they only retry if I manually trigger them. event_notification = DocuSign_eSign::EventNotification.new({ :url => webhook_url,

How do I set Signed Date with the last Signer without Routing Order?

☆樱花仙子☆ 提交于 2021-01-29 17:39:14
问题 I'm facing a problem and to me is very hard to understand why something so simple is so hard to find a solution. Basically I want so set a Signed Date in each document (contained in the envelope) when the last signer complete the process. I have this documents and signers Documents: Doc A, Doc B, Doc C Signers: Signer 1, Signer 2, Signer 3 Now the combination Signers by documents: Doc A: Signer 1, Signer 2 and Signer 3 Doc B: Signer 1 and Signer 2 Doc C: Signer 2 and Signer 3 So, the idea is

Edit DocuSign Signing Landing Page

浪子不回头ぞ 提交于 2021-01-29 15:20:14
问题 Once a user clicks on the email requesting they sign the document and is taken to the landing page; there is a message "Please Review & Act on These Documents". Underneath there is a user image and next to it it says "Docusign" the "Mr" underneath it. How do I get either this box to disappear or ideally edit it such that instead of it showing just "Mr" it shows the name of the user who has been messaged? 回答1: The top bold name is what you had put in the name of the user. That can be modified

DocuSign PHP SDK - How Do I Populate Existing Text Tabs Programmatically?

巧了我就是萌 提交于 2021-01-29 14:33:55
问题 I am using the DocuSign PHP SDK and I would like to fill in values for existing text tabs / fields on my template. I've tried using the following: $textTab = new \DocuSign\eSign\Model\Text(); $textTab->setTabId('f432a532-327e-4335-39ff-fk3285d732pd'); $textTab->setValue('3333 Kingman Ave'); $tabs = new DocuSign\eSign\Model\Tabs(); $tabs->setTextTabs(array($textTab)); $templateRole->setTabs($tabs); where the parameter passed to setTabId() is taken from the tabId property of an object from the

suppressEmails:true not working for compositeTemplates envelope creation

馋奶兔 提交于 2021-01-29 14:19:08
问题 When using REST to create a standard envelope with the Docusign API, I can add a property to the "signer" recipient of "suppressEmails": "true", which works to prevent any emails from being sent from Docusign, and allows me to handle the entire signature request via an embed. However, I have refactored that basic envelope creation request to use the compositeTemplates workflow. I have this functional with the embed URL being generated correctly, however, the suppressEmails flag no longer

Docusign webhook listener - is there a retry?

懵懂的女人 提交于 2021-01-29 05:46:33
问题 I had a question on using a listener with the webhook architecture. If my site or page that will be doing the listening is done for any reason, what happens to the response that got posted? Does Docusign try to repost that info or is it lost for good? I'm assuming that Docusign posts and if nothing is there listening, then the response is gone. 回答1: You have a few options During CreateEnvelope you can specify the requireAcknowledgment property in your eventNotification requireAcknowledgment :

DocuSign - Random UNABLE_TO_CONVERT_DOCUMENT error

非 Y 不嫁゛ 提交于 2021-01-29 05:34:12
问题 I am using Docusign create envelop API using the endpoint https://au.docusign.net/restapi/v2/accounts/{AccountID}/envelopes. The API call works on most instance but occasionally I am receiving an error stating that the System was unable to convert this document to a PDF. I am submitting a docx type document which is failing randomly(say once in a day). On re submission the same document submission works without any issue. In order to understand the problem I tried enabling logging on DocuSign

Redefining recipient role on template on an envelope to envelope basis?

青春壹個敷衍的年華 提交于 2021-01-29 05:24:01
问题 I want to reuse a DocuSign template for multiple recipients in the same envelope. The template is rather simple; it has a few signing and date signed blocks. The recipients will have different routing orders. From what I've seen, my API request needs to have the Routing Order and Role Name match the DocuSign template. If the role name and routing order don't match, I end up with an empty role (which has all of the signing blocks) on the envelope. I've also tried "merge roles on draft." The

Docusign USER_LACKS_MEMBERSHIP Issue

倖福魔咒の 提交于 2021-01-29 04:05:09
问题 I am doing a couple of api calls “GET RecipientTabs” and “DELETE Recipients” in my production environment and using sender of envelope as SOBO functionality in authentication header. We closed a user after he sent an envelope and envelope’s s status is in-process now. If I perform api calls on this envelope, I’m getting the following error: "errorCode": "USER_LACKS_MEMBERSHIP", "message": "The UserID does not have a valid membership in this Account." As of my understanding, this error is