Skip to main content

20 docs tagged with "send"

View all tags

batch

Returns a single Batch by ID, including progress counts and documents.

DocumentSendSettingsInput

All settings for sending a document to recipients, including template, recipients, fields, and PDF options.

FieldInput

Pre-fill a field value on a document being sent.

Integrate the Document Viewer

How to integrate the Legalesign Document Viewer web component with the GraphQL API to build document signing workflows.

RecipientInput

Recipient details for sending a document, including name, email, role, schedule, and experience.

send

Send a document for signing in a single API call. The primary way to send documents.

Send a Document

Send a document for signing using the Legalesign GraphQL API from Node.js.

Send Input JSON Schema

JSON Schema for the send mutation input. Use for validation, editor autocomplete, and AI-assisted code generation.

sendBatch

Begin a batch send task. Returns an ID for use with sendBatchDocument.

SendBatchInput

Start a new batch send, returning an ID for subsequent SendBatchDocument calls.

sendBulk

Start a bulk send task. All queued documents will be sent in parallel.

Sending Methods

Understand the different ways to send documents for signing — send, sendBatch, sendBulk, and createTask — and when to use each.

startBatch

Mark a batch as complete and ready to send.

startBulk

Mark a bulk send as complete and ready to send.

Troubleshoot Send Validation

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.