addBulkDocument
Add a document to the queue for a bulk send request.
Add a document to the queue for a bulk send request.
Returns a single Batch by ID, including progress counts and documents.
All settings for sending a document to recipients, including template, recipients, fields, and PDF options.
Pre-fill a field value on a document being sent.
How to integrate the Legalesign Document Viewer web component with the GraphQL API to build document signing workflows.
Recipient details for sending a document, including name, email, role, schedule, and experience.
Send a document for signing in a single API call. The primary way to send documents.
Send a document for signing using the Legalesign GraphQL API from Node.js.
JSON Schema for the send mutation input. Use for validation, editor autocomplete, and AI-assisted code generation.
Begin a batch send task. Returns an ID for use with sendBatchDocument.
Add a document to a batch created by sendBatch.
Add a document to an existing batch.
Start a new batch send, returning an ID for subsequent SendBatchDocument calls.
Start a bulk send task. All queued documents will be sent in parallel.
Send all queued documents in a bulk send task.
Understand the different ways to send documents for signing — send, sendBatch, sendBulk, and createTask — and when to use each.
Mark a batch as complete and ready to send.
Mark a bulk send as complete and ready to send.
Use GraphQL subscriptions to receive real-time task updates after send starts.
How to diagnose send input validation failures returned immediately by the send mutation, and check common validation rules for send, batch, and bulk document input.