create_envelope
Create a signing envelope from existing PDFGate documents to prepare e-signature workflows. Returns a created envelope ready for sending via send_envelope.
Instructions
Create a signing envelope from one or more existing PDFGate documents. Returns an envelope in 'created' status; call send_envelope to dispatch signing emails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Custom metadata to attach | |
| documents | Yes | Documents to include in the envelope | |
| expiresInDays | No | Days until the envelope and its signing links expire, counted from creation. Defaults to the account's envelope expiration setting. | |
| requesterName | Yes | Name of the user or system creating the envelope |