Questions tagged [docusigncompositetmplts]

Questions related to **DocuSign Composite Templates**, a DSL focused on compositing together multiple sources of documents of any type, field-tagged PDFs, templates, and explicit sets of tags, recipient ordering and more.

DocuSign Composite Templates

DocuSign Composite Templates is a DSL focused on compositing together multiple sources of documents of any type, field-tagged PDFs, templates, and explicit sets of tags, recipient ordering and more.

Composite templates are optionally used when creating an envelope in the DocuSign system. They're used to solve many different types of use cases. Some examples:

  • A PDF includes field definitions. How can I transform the fields into DocuSign tags, and assign some of them to recipient signer 1, and others to recipient signer 2?
  • My template on DocuSign is defined to include a specific document. I want to send an envelope that uses the template definition, but substitutes document 2 for the template's document.
  • I want my envelope to include two templates, each with its own set of documents.
  • I want my envelope to include 5 documents, each of them tagged according to a template in the system.
  • And much more.

The theory of compositing templates

The Composite Templates feature, like compositing in film production, enables you to overlay document, recipient, and tab definitions from multiple sources, including PDF Form Field definitions, templates defined on the server, and more.

Each Composite Template consists of optional elements: server templates, inline templates, PDF Metadata templates, and documents.

The Composite Template ID is an optional element used to identify the composite template. It is used as a reference when adding document object information via a multipart HTTP message. If used, the document content-disposition must include the compositeTemplateId to which the document should be added. If compositeTemplateId is not specified in the content-disposition, the document is applied based on the documentId only. If no document object is specified, the composite template inherits the first document.

Server Templates are server-side templates stored on the DocuSign platform. If supplied, they are overlaid into the envelope in the order of their Sequence value.

Inline Templates provide a container to add documents, recipients, tabs, and custom fields. If inline templates are supplied, they are overlaid into the envelope in the order of their Sequence value.

Document objects are optional structures that provide a container to pass in a document or form. If this object is not included, the composite template inherits the first document it finds from a server template or inline template, starting with the lowest sequence value.

More information

166 questions
0
votes
1 answer

Recipients Not Provided error from DocuSign API using composite template

I am embedding the signing of a set of documents in a web application. Ultimately, the documents will be filled in with answers provided during an online interview. Three or four documents are needed in the envelope. The documents are server-based…
servant
  • 15
  • 4
0
votes
1 answer

DocuSign Rest API send envelope using composite template

I have a composite template that I use to send the following: 1 document for signing Another document that doesn't requiring signing, but is included A document stored in a template I am receiving the this error : Error performing web request.…
0
votes
0 answers

Error with Composite Templates retrieving Recipients View

We are trying to create a composite template using 2+ templates using the REST API. We create a draft envelope first from the templates, then send the envelope. We call the REST URI:…
LOA
  • 11
  • 1
0
votes
1 answer

DocuSign composite template signer unique id

I am creating an envelope with composite templates from server templates. I am able to create the envelope successfully with a couple signer recipients. However, I would like to store a unique id with each signer that I can use later to tie a…
Travis P
  • 125
  • 1
  • 2
  • 6
0
votes
1 answer

dousign api soap composite templates

See Updated XML. It has changed the output but still not quite right. Now it uploads doc1 and applies template correctly and inserts templates 2 & 3 in the correct location, however doc2 & doc3 are not there. Just the document that was used to…
0
votes
1 answer

Docusign API Composite Template

I am attempting to use the compositeTemplate to create an envelope with the recipient information and a document provided by the user. Neither the recipient information or the document are added to the envelope at the time of creation. The envelope…
Litmas
  • 76
  • 1
  • 1
  • 8
0
votes
0 answers

How to add Docusign signature tab to pdf uploaded as a composite template

I have an envelope created with a single request using compositeTemplates. I want to add a signature Tab to the document "test.pdf" found in the 2nd compositeTemplate. I tried using transformPdfFields=true, shown below, and added the text…
0
votes
1 answer

Need DocuSign example of Composite Templates in XML format

Here is the scenario. I have a single PDF document that is composed of say 3 server side templates. When I submit the document for signing via the DocuSign API, I will specify this document and I will supply the names, email address and role name…
0
votes
1 answer

Inline Composite Templates

I have created a template on my account and am now trying to post a new document to sign using the signature tabs in that template. I'm trying to use inline composite templates to do this. I've successfully added a new document to the envelope but…
propagated
  • 4,212
  • 1
  • 24
  • 26
0
votes
1 answer

DocuSign: Composite Template tabs act differently with different accounts

I have a dev(test/demo) and production account for docusign. I am currently sending multiple templates (2) in a single envelope, composite template, both templates have a text tab with the same label name (but different templates). When I send the…
Remy
  • 99
  • 10
0
votes
2 answers

getting unspecified error in docusign API while using COMPOSITE template

Hi I am trying to use COMPOSITE template to club one template and add a document while creating envelope. The complete request is below. However i am getting "UNSPECIFIED_ERROR" as below I am new to use docusign and composite template API. It would…
linux developer
  • 821
  • 1
  • 13
  • 34
0
votes
1 answer

Docusign API - Secure Fields not visible for second recipient using composite templates

I'm continuing to work with the scenario described in this question and thus far I do have the ability as the insured (first recipient) to edit all secure fields that were created when I initially created my server templates. What doesn't happen,…
Todd
  • 459
  • 5
  • 18
0
votes
1 answer

Docusign API : Composite Templates-unable to access tabs from server templates

I'm currently sending my signature request call in XML and have referred to the REST API guide as well as the example in Rules for Composite Template Usage and although I was able to successfully pull in the additional server templates in the…
Todd
  • 459
  • 5
  • 18
-1
votes
1 answer

OPTED_OUT_PHONE_NUMBER_FOR_RECIPIENT error in DocuSign Java SDK

How we can make sure if recipient has opted out SMS notification in receiving the envelope or reminder sms then not send the SMS in DocuSign JAVA SDK. Kindly Help
-1
votes
1 answer

I want to retrieve all API calls history from docusign

I tried to retrieve all API Calls history from docusign and later on want to list it on my website in laravel but I can't achieve it. Can anyone suggests me, how can I achieve it?
1 2 3
11
12