docusignapi

What is expected for the EnvelopeAttachment parameters of “Type” and “Label”?

北城余情 提交于 2019-12-11 20:53:15
问题 What is expected for the label and type? I want to attach some documents to envelopes at envelope creation time and I want anyone viewing the envelope to be able to see them, so I think this is the right place for it (correct me if that is wrong). But, no matter what, I still need to know what is expected for the properties of the Attachment object. 回答1: I believe you are referring to what's known as Signer Attachments in DocuSign. Signer attachments are envelope tabs that allow recipients to

dateSignedTabs does not work

我们两清 提交于 2019-12-11 20:27:52
问题 I cannot get a date tab to appear on the PDF. Here is my envelope. I can get the sign here tab working fine. The date tabs do not work. There does not seem to be any good help on the date tabs. Any clues..? <envelopeDefinition xmlns="http://www.docusign.com/restapi"> <emailSubject>DocuSign API - Signature Request on Document</emailSubject> <status>sent</status> <documents> <document> <documentId>1</documentId> <name>TEST0467960B.pdf</name> </document> </documents> <recipients> <signers>

PowerForms and its advantage

蓝咒 提交于 2019-12-11 20:08:21
问题 Few questions about PowerForms What is the real advantage of using PowerForms? In which case(s) it is most useful? In Docusign Classic View >> PowerForms, there is an option to download Form Data as XML and CSV. Can we download this data using APIs? For this question, I referred this thread "Can We get a report for the values filled in radio button in DocuSign Envelope". 回答1: PowerForms are an easy way of referencing a DocuSign Template through the API without writing any code. They are

DocuSign REST API, change account's email address? (ie, the users login name)

僤鯓⒐⒋嵵緔 提交于 2019-12-11 19:47:55
问题 At my company, we are implementing some parts of DocuSign, and have run across a scenario we believe the REST API does not support. There are times where user's in our system change email addresses. We want to push this change to DocuSign for the user, without the user ever requiring to log in to DocuSign and manually change their email address via the console. This, of course, changes the username the user authenticates with on the login page of DocuSign. Is it possible, using the DocuSign

Embedded Signing (REST API PHP)

家住魔仙堡 提交于 2019-12-11 19:22:10
问题 Is there anyway to auto poplate the user details when using embedded signing view (REST API PHP). Actually we are using embedded signing view rest api in our application. We need to auto populate user address details in the sign document when he is going to sign the docuement. We have the following fields in the document. Firts name, last name, email, address1, address2, city, state, country, postal code and etc.. We need to populate all the above fields with user details. Is this possible in

DocuSign: How to send a radio group selection in recipient tabs?

风格不统一 提交于 2019-12-11 19:21:09
问题 I have radio groups set up in my template and I want to pre-fill these tags using the REST API. Please don't ask for code and/or request/response dumps. I don't have any code to show and I am asking for this because it is not documented. I want to know what sort of JSON I need to be producing so this is really not about my code or programming language. (Anything below this line is half rant and half describes my failed attempts at finding the documentation for this feature. It might still be

Custom tag in documents uploaded using API

送分小仙女□ 提交于 2019-12-11 18:19:25
问题 I am using the docusign API on my website to allow users to sign documents. For this I have used tags such as [#<COMPANY>#] in my document before uploading it, so that it is visible to end user in the form of docusign tags of signing, entering text data, etc. There is a certain document where I require user to enter multiple text fields. these are different text fields and hence he will be entering different values in them. For this I use [#<CUSTOMREQUIRED>#] and [#<CUSTOMTEXT>#] tags in

DocuSign required fields and a signature

﹥>﹥吖頭↗ 提交于 2019-12-11 18:19:24
问题 I am working on a PDF in the DocuSign console. I'm working on setting it up as a template to be used by a system calling it using the API. However, I'm having some issues. When a user goes in to sign their document, they can click on the yellow "Next" on the left of the document and it goes straight to the signature block. If they sign it, the system is not requiring any of the required fields to be filled in. I have more than 20 required fields (setting up a demo) and two separate signers

Docusign API call errors PHP

时光怂恿深爱的人放手 提交于 2019-12-11 18:02:56
问题 Trying to set up Docusign using the example PHP code for Requesting a signature via a template. I have all my account details set up correctly and have tried adding the lines: curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($curl, CURLOPT_SSL_VERIFYHOST,false); but i still keep getting errors : accountId = xxxxxxx baseUrl = https://demo.docusign.net/restapi/v2/accounts/1135802 error calling webservice, status is:0 error text is --> I have also opened up the firewall to prevent

DocuSign Python SDK - API Exception 400 - 'Bad Request'

依然范特西╮ 提交于 2019-12-11 17:30:48
问题 I have made a couple of posts regarding the issue of integrating Docusign's Python SDK with my web app for my company. Essentially what I'm doing, is I'm having the user fill out a form, which, after the user clicks the submit button, weasyprint generates a pdf from an html template I've created, with the customer's information placed in the correct spots. I then want DocuSign to send an email to the user with the newly generated PDF, and have them sign the form, and have it sent to an email