create_envelope_from_template
Create a DocuSign envelope from a template by assigning roles to recipients, specifying email subject and message, and selecting whether to send it now or keep as draft.
Instructions
Create an envelope from a DocuSign template.
Args: template_id: The template ID to use. email_subject: Subject line for the email. role_assignments: List of role assignments with keys: - roleName: The role name in the template - name: Recipient's full name - email: Recipient's email address - clientUserId: (optional) For embedded signing email_blurb: Optional body text for the email. status: Envelope status - "sent" to send immediately or "created" for draft.
Returns: Dictionary with envelopeId and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | sent | |
| email_blurb | No | ||
| template_id | Yes | ||
| email_subject | Yes | ||
| role_assignments | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||