create_from_template
Generate e-signature envelopes using predefined templates, map recipients to template fields, optionally pre-fill values, and send for signing.
Instructions
Create an envelope from a template. Optionally pre-fill field values and send immediately. The template's fields will be mapped to the provided recipients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | The UUID of the template to use | |
| recipients | Yes | List of recipients for the envelope | |
| prefill_fields | No | Map of field label or template_field UUID to pre-fill value (optional) | |
| title | No | Custom title for the envelope (defaults to template title) | |
| send_immediately | No | Send the envelope immediately after creation (default: false) |