create_envelope_from_template
Create a signing envelope from a template by providing recipients; fields are inherited automatically. Idempotency key ensures safe retries.
Instructions
Create a draft envelope from a template. Provide recipients only — fields are inherited from the template. Sends Idempotency-Key automatically for safe retries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| message | No | ||
| recipients | Yes | ||
| templateId | Yes | ||
| routingMode | No | parallel | |
| expiresInDays | No | ||
| idempotencyKey | No | Client idempotency key; reuse on retry. Auto-generated if omitted. |