send_envelope
Queues a draft envelope for asynchronous sending and returns a job ID. Recipients receive signing invitations via email; poll to verify delivery.
Instructions
Send a draft envelope. Returns 202 with { jobId, status: "queued", envelopeId }; token issuance and signing-invite emails run asynchronously. Poll get_envelope until recipients show status sent. Only humans can sign — this tool cannot complete a signature. Sends Idempotency-Key automatically for safe retries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| envelopeId | Yes | ||
| idempotencyKey | No |