create_contract_template
Create a contract template from a file, with JSON attributes and email subject/body for sending signature requests.
Instructions
Create a new contract template. Requires name, file, attributes (JSON string), email_subject, and email_body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | URL or path to the contract template file | |
| name | Yes | Template name | |
| attributes | Yes | JSON-encoded object containing name, email_subject, email_body, and optionally signing_service, basic_inputs, contract_column_inputs, signers | |
| email_body | Yes | Email body text when sending for signature | |
| email_subject | Yes | Email subject line when sending for signature |