docusignapi

DocuSign Legacy Header Authentication Error

梦想的初衷 提交于 2019-12-25 08:54:11
问题 Thanks in advance for any and all help. I am trying to implement "legacy header authentication" as described on this page: https://docs.docusign.com/esign/guide/authentication/legacy_auth.html I have my email address, password, and integration key pieced together in the X-DocuSign-Authentication header as follows: "{\"Username\":\"" + usr + "\", \"Password\":\"" + pwd + "\", \"IntegratorKey\":\"" + intKey + "\"}"; I have tested this mechanism from Postman, Fiddler, and C# (using the example

Docusign: Retrieve Console URL for Email recipients too

依然范特西╮ 提交于 2019-12-25 07:47:51
问题 Docusign Email delivery issues After resolving above issue, I felt it would be better if I can retrieve Token URL even for email recipients. is there a way to retrieve docusign console URL for email recipients too for example after CaptiveInfo node & in turn ClientUserId was commented email notifications triggerred to recipients successfully, in addition to that if I need to retrieve docusign console URL if client is available at my desk so that I can get it signed right away.. I don't see

Docusign Email delivery issues

﹥>﹥吖頭↗ 提交于 2019-12-25 07:39:31
问题 I'm experiencing issues with emails not being delivered to recipients for all the envelopes I've created with Docusign demo sandbox account created recently. I've tried email recipients with the domain gmail.com & outlook.com but not sure of the reason why email delivering is failing to these domains. I made sure by verifying Spam folders too but none of them has docusign emails delivered. Appreciate your help in this regard!! <?xml version="1.0" encoding="utf-16"?> <Envelope xmlns:xsi="http:

Salesforce docusign Iframe Error

时间秒杀一切 提交于 2019-12-25 05:32:47
问题 I am Getting below error message, when trying to access through the custom button from salesforce in service cloud console and non admin. I integrated the docusign package. Error : Javascript proxies were not generated for controlled dsfs.EnvelopeController: may not use public remoted methods inside an iframe The same code was working fine with the Docusign previous release, issue is with in new release. Error Image Url : https://community.docusign.com/docusign/attachments/docusign

Tab refers to a missing document

独自空忆成欢 提交于 2019-12-25 04:27:40
问题 I am trying to send an envelope that is composed of Template1 (1 pdf document) Template2 (2 pdf documents, 1-regular fill-out, 2-with attach extra document tab) If I use just template1 or template2 individually, I am able to send out the envelope. However, I can not send it both templates at the same time, I get the following error, and not sure what it means. <errorDetails xmlns="http://www.docusign.com/restapi" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <errorCode>TAB_REFERS_TO

DocuSign account settings : invalid value specified for parameter: authenticationCheck

馋奶兔 提交于 2019-12-25 04:24:41
问题 When we are updating DocuSign account settings using below REST API method its giving below error. PUT /v2/accounts/{accountId}/settings Payload {"accountSettings":[{"name":"authenticationCheck","value":"each_access"}]} Result { "errorCode": "INVALID_REQUEST_PARAMETER", "message": "The request contained at least one invalid parameter. Invalid value specified for parameter: authenticationCheck " } As per this error "authenticationCheck" is invalid parameter. But it is valid parameter because

Want to change date format & timezone for DocuSign account

安稳与你 提交于 2019-12-25 04:21:57
问题 Is there any DocuSign REST API available to change date format and time zone information for DocuSign account ? 回答1: You'll need to be an administrator of the account you want to change: Login to the DocuSign account in question. Click the Profile drop-down in the top right. Select Go To Admin . Select Regional Settings on left hand side. Modify your date settings. 来源: https://stackoverflow.com/questions/38761417/want-to-change-date-format-timezone-for-docusign-account

Validate certificate for Docusign Connect with X509 certificate enabled

雨燕双飞 提交于 2019-12-25 03:27:09
问题 I want to secure the connection from Docusign Connect to our https endpoint. Support already pointed me in the right direction. I downloaded the certificate from here and enabled the "Sign Message with X509 Certificate" in my Docusign portal. I'm using C# .NET 4.5.1 WebAPI hosted on IIS 8 (Windows Server 2012) as my http endpoint. How do I validate the certificate on my side? 来源: https://stackoverflow.com/questions/23921135/validate-certificate-for-docusign-connect-with-x509-certificate

How can I send an envelope link manually?

試著忘記壹切 提交于 2019-12-25 03:17:11
问题 I have an envelope I've created through the API and I set the status of it to sent during creation time so it was never sent to the customer. Then using receipientViewRequest I grabbed the link for it and sent that to the customer in an email so they can sign it. However, the link only works once. After the first click/visit, the link expires. Is there anyway to get a link to the envelope that doesn't expire? 回答1: The signing flow which you are using is called as Embedded Signing . In

DocuSign: I need the first recipient of a document to know the name of signers assigned via templateRoles when creating an envelope from a template

萝らか妹 提交于 2019-12-25 02:47:30
问题 I have a template with a known first signer, then a second signer who is defined by templateRoles. The first signer needs to know the name of the second signer. I have not found a way to do this via the DocuSign console, since prefilled tabs are specific to the current receiver, or to someone who has already signed or reviewed the document. I need to prefill a tab when I create the envelope. How can I assign a prefilled tab for a known recipient, since templateRoles requires a roleName and I