CreateTemplate
Creates a template definition, using a multipart request for the template.
Input
| Name | Type | Required | Description |
| Name | String | True | The name of the template. |
| Description | String | False | The description of the template. |
| Shared | String | False | When true, indicates the template is shared with the Everyone group, which includes all users on the account. When false, the template is shared only with the groups you specify. |
| EmailSubject | String | False | The subject line of the email message that is sent to all recipients. |
| RecipientsCarbonCopiesAggregate | String | False | A list of carbon copy recipients assigned to the template. |
| RecipientsSignersAggregate | String | False | A list of signers on the template. |
| DocumentsAggregate | String | False | A list of documents attached to the template. |
| EnvelopeId | String | False | The envelope ID of an envelope that you want to use as the basis for the template. The state of the envelope can be draft, sent, or completed. |
Result Set Columns
| Name | Type | Description |
| Success | String | Determines whether the operation is successful or not |
| TemplateId | String | The Id of the template created. |
| Name | String | Name of the template created. |